-
Notifications
You must be signed in to change notification settings - Fork 3
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
Minor v4.1.0 azurerm bugfixes #387
Conversation
@@ -1,3 +1,4 @@ | |||
provider "azurerm" { | |||
features {} | |||
subscription_id = "4ef4ae1b-c966-4ac4-9b7c-a837ea410821" |
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.
(question) Is there a reason not to get this from a terraform variable and the civiform*config.sh file. I'm concerned this will get forgotten about and cause issues down the road.
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.
I tried using the config variable here and it works! I didn't realize that the providers.tf could access the variables but on retrospect it makes a lot of sense.
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.
Wait actually it was because I forgot to push my changes
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.
Okay it looks like the providers.tf doesn't have access to the civiform config, but maybe I'm missing something?
Description
DOCKER_REGISTRY_SERVER_URL
allocation_method = "Static"
Checklist
General
civiform/deployment-system
bin/setup
without your changes and thenbin/deploy
with your changes to ensure your changes don't break existing deployments)