From 8a8e1e050d4f881d0e216e93d34b0511c6f0a004 Mon Sep 17 00:00:00 2001 From: Tomer Heber Date: Wed, 20 Sep 2023 13:55:23 -0500 Subject: [PATCH] comment test --- tests/integration/012_environment/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/012_environment/main.tf b/tests/integration/012_environment/main.tf index a667fa5c..3731b08e 100644 --- a/tests/integration/012_environment/main.tf +++ b/tests/integration/012_environment/main.tf @@ -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}"