-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add hist cols and Fix datatype issues #1667
Conversation
Terraform plan for management Plan: 0 to add, 4 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# cloudfoundry_space_users.space_permissions["dev"] will be updated in-place
~ resource "cloudfoundry_space_users" "space_permissions" {
id = "e805bda0-6e7a-37a7-ab43-ccbb47801a6e"
~ managers = [
- "540d4f62-7b33-4fb4-a25c-1a112754c004",
+ "cfdaac5d-4bb5-4655-98c2-e074374e4347",
# (3 unchanged elements hidden)
]
# (4 unchanged attributes hidden)
}
# cloudfoundry_space_users.space_permissions["management"] will be updated in-place
~ resource "cloudfoundry_space_users" "space_permissions" {
id = "27970728-5de5-c34c-de28-4c98f30a4d5d"
~ managers = [
- "540d4f62-7b33-4fb4-a25c-1a112754c004",
+ "cfdaac5d-4bb5-4655-98c2-e074374e4347",
# (3 unchanged elements hidden)
]
# (4 unchanged attributes hidden)
}
# cloudfoundry_space_users.space_permissions["production"] will be updated in-place
~ resource "cloudfoundry_space_users" "space_permissions" {
id = "19114309-930e-d683-01fd-754bc9e54c1a"
~ managers = [
- "540d4f62-7b33-4fb4-a25c-1a112754c004",
+ "cfdaac5d-4bb5-4655-98c2-e074374e4347",
# (3 unchanged elements hidden)
]
# (4 unchanged attributes hidden)
}
# cloudfoundry_space_users.space_permissions["staging"] will be updated in-place
~ resource "cloudfoundry_space_users" "space_permissions" {
id = "722d2418-98f6-10f4-4265-1217fb5f17f2"
~ managers = [
- "540d4f62-7b33-4fb4-a25c-1a112754c004",
+ "cfdaac5d-4bb5-4655-98c2-e074374e4347",
# (3 unchanged elements hidden)
]
# (4 unchanged attributes hidden)
}
Plan: 0 to add, 4 to change, 0 to destroy. ❌ Plan not applied in Deploy to Development and Management Environment #59 (Plan has changed) |
Terraform plan for dev No changes. Your infrastructure matches the configuration.
✅ Plan applied in Deploy to Development and Management Environment #59 |
@asteel-gsa , @mogul Can you help resolve the TF error please? |
(Sorry about that; I accidentally removed the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.