-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix removing extra double quotes, fix skipping every other resource
- Loading branch information
Showing
5 changed files
with
219 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
------------------------------------------------------------------------ | ||
|
||
An execution plan has been generated and is shown below. | ||
Resource actions are indicated with the following symbols: | ||
- destroy | ||
|
||
Terraform will perform the following actions: | ||
|
||
# module.my-module.github_team_membership.member will be destroyed | ||
- resource "github_team_membership" "member" { | ||
- etag = "W/\"etag-0\"" -> null | ||
- id = "1234567:dev0" -> null | ||
- role = "member" -> null | ||
- team_id = "1234567" -> null | ||
- username = "dev0" -> null | ||
} | ||
|
||
# module.my-module.github_team_membership.member[1] will be destroyed | ||
- resource "github_team_membership" "member" { | ||
- etag = "W/\"etag-1\"" -> null | ||
- id = "1234567:dev1" -> null | ||
- role = "member" -> null | ||
- team_id = "1234567" -> null | ||
- username = "dev1" -> null | ||
} | ||
|
||
# module.my-module.github_team_membership.member[2] will be destroyed | ||
- resource "github_team_membership" "member" { | ||
- etag = "W/\"etag-2\"" -> null | ||
- id = "1234567:dev2" -> null | ||
- role = "member" -> null | ||
- team_id = "1234567" -> null | ||
- username = "dev2" -> null | ||
} | ||
|
||
# module.my-module.github_team_membership.member[3] will be destroyed | ||
- resource "github_team_membership" "member" { | ||
- etag = "W/\"etag-3\"" -> null | ||
- id = "1234567:dev3" -> null | ||
- role = "member" -> null | ||
- team_id = "1234567" -> null | ||
- username = "dev3" -> null | ||
} | ||
|
||
|
||
Plan: 0 to add, 0 to change, 4 to destroy. |