Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Azurerm versions encounter bug 2977 (workaround) #2

Open
rk-tbrigley opened this issue Oct 30, 2019 · 0 comments
Open

Some Azurerm versions encounter bug 2977 (workaround) #2

rk-tbrigley opened this issue Oct 30, 2019 · 0 comments

Comments

@rk-tbrigley
Copy link

rk-tbrigley commented Oct 30, 2019

We are attempting to use this module as the starting point for an automated build hdi-cluster using the azurerm hdi resources

I encountered azurerm issue 2977 which seems resolved in newest azurerm providers.

Terraform v0.12.8

  • provider.azurerm v1.36.1

Workaround: comment out the network_rules block in
resource "azurerm_storage_account" "storage".

as this only occurs in azurerm versions around 1.28-1.32, i am simply posting an issue here to save time for anyone else encountering this.

Update: encountered again with the above versions, and the azurerm_storage_account network_rules block enabled.

`Error: Error creating Container "rbpoc2-rbca-cac-dev-fsdefault" (Account "1447aa6d5b12d8cd" / Resource Group "rbpoc2-rbca-cac-dev-rg"): containers.Client#Create: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: error response cannot be parsed: "\ufeffAuthorizationFailureThis request is not authorized to perform this operation.\nRequestId:29aa9311-201e-001a-525b-8f19ce000000\nTime:2019-10-30T19:55:26.1733682Z" error: invalid character 'ï' looking for beginning of value

on main.tf line 57, in resource "azurerm_storage_container" "fsdefault":
57: resource "azurerm_storage_container" "fsdefault" {

$ tf version
Terraform v0.12.8

  • provider.azurerm v1.36.1
  • provider.random v2.2.1
  • provider.tls v2.1.1
  • provider.vault v2.5.0`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant