Skip to content

Commit

Permalink
tidy more tf test config3
Browse files Browse the repository at this point in the history
  • Loading branch information
rberecka committed Aug 2, 2023
1 parent 6317a5e commit 0c74055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tfe/data_source_team_project_access_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ resource "tfe_team_project_access" "foobar_custom" {
move = true
delete = false
run_tasks = false
}
}
}
data "tfe_team_project_access" "foobar_custom" {
Expand Down
4 changes: 2 additions & 2 deletions tfe/resource_tfe_team_project_access_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,9 @@ resource "tfe_team_project_access" "custom_foobar" {
project_id = tfe_project.foobar_2.id
project_access {
settings = "read"
}
}
workspace_access {
delete = true
}
}
}`, rInt, access)
}

0 comments on commit 0c74055

Please sign in to comment.