Skip to content

Commit

Permalink
added examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Aug 5, 2024
1 parent d84aeb1 commit 93f9e64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/resources/env0_aws_cloud_configuration/import.sh
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"
6 changes: 6 additions & 0 deletions examples/resources/env0_aws_cloud_configuration/resource.tf
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"]
}

0 comments on commit 93f9e64

Please sign in to comment.