# tfe_team_access.team_access["d8c91cc6-e6fb5b58"] will be created
+ resource "tfe_team_access" "team_access" {
+ access = "admin"
+ id = (known after apply)
+ team_id = "team-xNekY5gdGnB3AAd8"
+ workspace_id = "ws-S7VzEMqPrJiXf2eC"
+ permissions (known after apply)
}
Error: Error giving team admin admin access to workspace day5: resource not found
│
│ with tfe_team_access.team_access["d8c91cc6-e6fb5b58"],
│ on main.tf line 115, in resource "tfe_team_access" "team_access":
│ 115: resource "tfe_team_access" "team_access" {