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

feat: remote state #13

Merged

Conversation

johanneswuerbach
Copy link
Contributor

Add an example on how to configure a different Terraform Backend.

@johanneswuerbach johanneswuerbach requested a review from a team as a code owner March 18, 2024 20:11
@johanneswuerbach johanneswuerbach marked this pull request as draft March 18, 2024 20:11
@johanneswuerbach johanneswuerbach marked this pull request as ready for review March 18, 2024 21:31
@@ -17,7 +17,7 @@ resource "azuread_service_principal_password" "humanitec_provisioner" {

resource "azurerm_role_assignment" "resource_group" {
scope = data.azurerm_resource_group.main.id
role_definition_name = "Contributor"
role_definition_name = "Owner"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is required as this example creates a new role for the workload itself, which requires the Owner role.

Copy link

@delca85 delca85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@johanneswuerbach johanneswuerbach merged commit b242615 into humanitec-architecture:main Mar 19, 2024
1 check passed
@johanneswuerbach johanneswuerbach deleted the backend-config branch March 19, 2024 09:28
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.

2 participants