github.com/pix4d/terravalet@v0.8.1-0.20240131132849-abcd6a79eeeb/testdata/import/08_import_up.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 import" 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 import \
    12      "module.github.github_repository.repos[\"test-import-bar\"]" "test-import-bar"
    13  
    14  terraform import \
    15      "module.github.github_repository.repos[\"test-import-foo\"]" "test-import-foo"
    16  
    17  terraform import \
    18      "module.github.github_repository.repos[\"test-import-gh\"]" "test-import-gh"
    19  
    20  terraform import \
    21      "module.github.github_branch_default.default[\"test-import-gh\"]" "test-import-gh"
    22  
    23  terraform import \
    24      "module.github.github_branch_protection_v3.settings[\"test-import-gh:master\"]" "test-import-gh:master"
    25  
    26  terraform import \
    27      "module.github.github_branch_default.default[\"test-import-foo\"]" "test-import-foo"
    28  
    29  terraform import \
    30      "module.github.github_branch_protection_v3.settings[\"test-import-foo:master\"]" "test-import-foo:master"
    31  
    32  terraform import \
    33      "module.github.github_repository_collaborator.all_collaborators[\"test-import-foo.Pix4D-Janus\"]" "test-import-foo:Pix4D-Janus"
    34  
    35  terraform import \
    36      "module.github.github_team_repository.all_teams[\"test-import-foo.developers\"]" "2817139:test-import-foo"
    37  
    38  terraform import \
    39      "module.github.github_branch_default.default[\"test-import-bar\"]" "test-import-bar"
    40  
    41  terraform import \
    42      "module.github.github_branch_protection.settings[\"test-import-bar:master\"]" "test-import-bar:master"
    43  
    44  terraform import \
    45      "module.github.github_branch_protection_v3.settings[\"test-import-bar:master\"]" "test-import-bar:master"
    46  
    47  terraform import \
    48      "module.github.github_issue_label.all_labels[\"test-import-bar.multi word label\"]" "test-import-bar:multi word label"
    49  
    50  terraform import \
    51      "module.github.github_repository_autolink_reference.global_autolinks[\"test-autolink-import.MYLINK-\"]" "test-autolink-import/WEBGIS-"
    52