github.com/pix4d/terravalet@v0.8.1-0.20240131132849-abcd6a79eeeb/testdata/remove/01_plan.txt (about) 1 Terraform used the selected providers to generate the following execution 2 plan. Resource actions are indicated with the following symbols: 3 - destroy 4 5 Terraform will perform the following actions: 6 7 # module.github.github_branch_default.default["foo-c"] will be destroyed 8 # (because key ["foo-c"] is not in for_each map) 9 - resource "github_branch_default" "default" { 10 11 # module.github.github_repository.repos["foo-c"] will be destroyed 12 # (because key ["foo-c"] is not in for_each map) 13 - resource "github_repository" "repos" { 14 15 # module.github.github_repository_autolink_reference.repo_autolinks["foo-c.AN-"] will be destroyed 16 # (because key ["foo-c.AN-"] is not in for_each map) 17 - resource "github_repository_autolink_reference" "repo_autolinks" { 18 19 # module.github.github_repository_autolink_reference.repo_autolinks["foo-c.CV-"] will be destroyed 20 # (because key ["foo-c.CV-"] is not in for_each map) 21 - resource "github_repository_autolink_reference" "repo_autolinks" { 22 23 # module.github.github_repository_autolink_reference.repo_autolinks["foo-c.OPF-"] will be destroyed 24 # (because key ["foo-c.OPF-"] is not in for_each map) 25 - resource "github_repository_autolink_reference" "repo_autolinks" { 26 27 # module.github.github_repository_collaborators.repo_collaborators["foo-c"] will be destroyed 28 # (because key ["foo-c"] is not in for_each map) 29 - resource "github_repository_collaborators" "repo_collaborators" { 30 31 Plan: 0 to add, 0 to change, 6 to destroy.