github.com/pix4d/terravalet@v0.8.1-0.20240131132849-abcd6a79eeeb/testdata/import/08_import_down.sh (about)

     1  #! /bin/sh
     2  # DO NOT EDIT. Generated by terravalet.
     3  # WARNING: check the order of resources before running this script.
     4  #
     5  # This script will "terraform state rm" 14 items.
     6  
     7  # Uncomment this if you want to stop the script at first error
     8  # set -e
     9  set -x
    10  
    11  terraform state rm \
    12      "module.github.github_repository_autolink_reference.global_autolinks[\"test-autolink-import.MYLINK-\"]"
    13  
    14  terraform state rm \
    15      "module.github.github_issue_label.all_labels[\"test-import-bar.multi word label\"]"
    16  
    17  terraform state rm \
    18      "module.github.github_branch_protection_v3.settings[\"test-import-bar:master\"]"
    19  
    20  terraform state rm \
    21      "module.github.github_branch_protection.settings[\"test-import-bar:master\"]"
    22  
    23  terraform state rm \
    24      "module.github.github_branch_default.default[\"test-import-bar\"]"
    25  
    26  terraform state rm \
    27      "module.github.github_team_repository.all_teams[\"test-import-foo.developers\"]"
    28  
    29  terraform state rm \
    30      "module.github.github_repository_collaborator.all_collaborators[\"test-import-foo.Pix4D-Janus\"]"
    31  
    32  terraform state rm \
    33      "module.github.github_branch_protection_v3.settings[\"test-import-foo:master\"]"
    34  
    35  terraform state rm \
    36      "module.github.github_branch_default.default[\"test-import-foo\"]"
    37  
    38  terraform state rm \
    39      "module.github.github_branch_protection_v3.settings[\"test-import-gh:master\"]"
    40  
    41  terraform state rm \
    42      "module.github.github_branch_default.default[\"test-import-gh\"]"
    43  
    44  terraform state rm \
    45      "module.github.github_repository.repos[\"test-import-gh\"]"
    46  
    47  terraform state rm \
    48      "module.github.github_repository.repos[\"test-import-foo\"]"
    49  
    50  terraform state rm \
    51      "module.github.github_repository.repos[\"test-import-bar\"]"
    52