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

adding init #592

Merged
merged 1 commit into from
Sep 17, 2024
Merged

adding init #592

merged 1 commit into from
Sep 17, 2024

Conversation

robinmordasiewicz
Copy link
Owner

@robinmordasiewicz robinmordasiewicz commented Sep 17, 2024

Adds the necessary configurations to initialize and set up the Azure subscription ID for the Terraform deployment. Specifically, it introduces the subscription_id variable in the terraform/variables.tf file and sets its value in the terraform.auto.tfvars file.

By including the subscription_id variable and utilizing it in the provider configuration in the terraform.tf file, we ensure that the Terraform deployment is properly associated with the correct Azure subscription. This change enhances the maintainability and clarity of the Terraform codebase, making it easier to manage and deploy resources within the specified Azure subscription.

Overall, this addition streamlines the deployment process and aligns the Terraform configuration with the designated Azure subscription, improving the project's infrastructure management.

@robinmordasiewicz robinmordasiewicz merged commit 6cbfc69 into main Sep 17, 2024
4 of 7 checks passed
@robinmordasiewicz robinmordasiewicz deleted the dev101 branch September 17, 2024 14:07
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

Successfully merging this pull request may close these issues.

1 participant