-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d84aeb1
commit 93f9e64
Showing
2 changed files
with
8 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
terraform import env0_aws_cloud_configuration.by_id d31a6b30-5f69-4d24-937c-22322754934e | ||
terraform import env0_aws_cloud_configuration.by_name "cloud configuration name" |
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,6 @@ | ||
resource "env0_aws_cloud_configuration" "example" { | ||
name = "example" | ||
account_id = "242345678901" | ||
bucket_name = "a_bucket_name" | ||
regions = ["us-east-1", "us-west-2"] | ||
} |