-
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
Adding myself to the list of team members as per the checklist (#2277). #2313
Conversation
Terraform plan for dev No changes. Your infrastructure matches the configuration.
❌ Error applying plan in Deploy to Development and Management Environment #251 |
Terraform plan for meta 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:
# module.environments["dev"].cloudfoundry_space_users.space_permissions will be updated in-place
~ resource "cloudfoundry_space_users" "space_permissions" {
~ developers = [
+ "purvin.patel@gsa.gov",
# (13 unchanged elements hidden)
]
id = "06525ba3-19c2-451b-96e9-ea4a9134e8b9"
# (4 unchanged attributes hidden)
}
# module.environments["preview"].cloudfoundry_space_users.space_permissions will be updated in-place
~ resource "cloudfoundry_space_users" "space_permissions" {
~ developers = [
+ "purvin.patel@gsa.gov",
# (13 unchanged elements hidden)
]
id = "c21cdcb1-b760-4f3e-968d-469819b448e9"
# (4 unchanged attributes hidden)
}
# module.environments["production"].cloudfoundry_space_users.space_permissions will be updated in-place
~ resource "cloudfoundry_space_users" "space_permissions" {
~ developers = [
+ "purvin.patel@gsa.gov",
# (13 unchanged elements hidden)
]
id = "5593dba8-7023-49a5-bdbe-e809fe23edf9"
# (4 unchanged attributes hidden)
}
# module.environments["staging"].cloudfoundry_space_users.space_permissions will be updated in-place
~ resource "cloudfoundry_space_users" "space_permissions" {
~ developers = [
+ "purvin.patel@gsa.gov",
# (13 unchanged elements hidden)
]
id = "7bbe587a-e8ee-4e8c-b32f-86d0b0f1b807"
# (4 unchanged attributes hidden)
}
Plan: 0 to add, 4 to change, 0 to destroy.
Warning: Argument is deprecated
with module.s3-backups.cloudfoundry_service_instance.bucket,
on /tmp/terraform-data-dir/modules/s3-backups/s3/main.tf line 14, in resource "cloudfoundry_service_instance" "bucket":
14: recursive_delete = var.recursive_delete
Since CF API v3, recursive delete is always done on the cloudcontroller side.
This will be removed in future releases ❌ Error applying plan in Deploy to Development and Management Environment #251 |
Minimum allowed coverage is Generated by 🐒 cobertura-action against 65c81c4 |
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.
Looks good!
Adding myself to the list of team members as per checklist (#2277).