-
Notifications
You must be signed in to change notification settings - Fork 4
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 clintonb to django-commons #119
Conversation
Terraform plan in terraform Plan: 2 to add, 0 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# github_membership.this["clintonb"] will be created
+ resource "github_membership" "this" {
+ downgrade_on_destroy = false
+ etag = (known after apply)
+ id = (known after apply)
+ role = "member"
+ username = "clintonb"
}
# github_membership.this["jburns6789"] will be created
+ resource "github_membership" "this" {
+ downgrade_on_destroy = false
+ etag = (known after apply)
+ id = (known after apply)
+ role = "member"
+ username = "jburns6789"
}
Plan: 2 to add, 0 to change, 0 to destroy. 📝 Plan generated in Plan org changes and list them in a PR #50 |
Is this plan valid? |
This is strange, not sure exactly what caused this. |
What is even stranger is that running locally the plan shows different results. I think I have a different terraform version |
Files changed: M terraform/main.tf
Ok, looks better now! |
Fix #118