-
Notifications
You must be signed in to change notification settings - Fork 142
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
Updating tools to newer versions #591
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Chambras thank you! ❤️
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
@Chambras I'm testing with Azure Cloud Shell on Azure Cloud (Azure commercial). I get the error below, which is the same as issue #528. But that was an issue we were previously seeing only in Azure US Government. Any ideas on this? I'm thinking we would want to merge the PR anyway if it's the same bug, but I want to get your input. (BTW my deployment from the dev container is working as expected.) brooke@Azure:~/missionlz/src/terraform/mlz$ terraform apply
var.hub_subid
Subscription ID for the Hub deployment
Enter a value: < my subscription >
╷
│ Warning: Provider azurerm is undefined
│
│ on main.tf line 221, in module "hub-network":
│ 221: providers = { azurerm = azurerm.hub }
│
│ Module module.hub-network does not declare a provider named azurerm.
│ If you wish to specify a provider configuration for the module, add an entry for azurerm in the required_providers block within the module.
│
│ (and 11 more similar warnings elsewhere)
╵
╷
│ Error: expected "access_policy.0.object_id" to be a valid UUID, got
│
│ with module.jumpbox[0].azurerm_key_vault.jumpbox-keyvault,
│ on ../modules/jumpbox/main.tf line 18, in resource "azurerm_key_vault" "jumpbox-keyvault":
│ 18: object_id = var.object_id
│
╵
brooke@Azure:~/missionlz/src/terraform/mlz$ terraform version
Terraform v1.0.11
on linux_amd64
+ provider registry.terraform.io/hashicorp/azurerm v2.83.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
+ provider registry.terraform.io/hashicorp/time v0.7.2 |
Hi @brooke-hamilton. Yes, it is the same bug. I did not get that because I use a service principal for all my deployments so if you test in cloud shell using a SP, it should work as well. |
Description
Just a small maintenance update to upgrade the terraform tools to newer versions.
Issue reference
NA
Checklist
Please make sure you've completed the relevant tasks for this PR out of the following list: