Skip to content

Commit

Permalink
comment test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Sep 20, 2023
1 parent a748c07 commit 8a8e1e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/012_environment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,13 @@ resource "env0_team_environment_assignment" "team_role_environment_assignment" {
role_id = var.second_run ? env0_custom_role.custom_role1.id : env0_custom_role.custom_role2.id
}

/* TODO
resource "env0_environment_state_access" "disallow" {
environment_id = env0_environment.example.id
accessible_from_entire_organization = false
allowed_project_ids = []
}
*/

resource "env0_template" "terragrunt_template" {
name = "Terragrunt template for environment resource-${random_string.random.result}"
Expand Down

0 comments on commit 8a8e1e0

Please sign in to comment.