Skip to content

Commit

Permalink
fix import block
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Zelmanovich authored and Konstantin Zelmanovich committed Aug 15, 2024
1 parent 7e0a214 commit 16f055e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simple-imports/generated.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# __generated__ by Terraform from "kosta-bucket-clickops"
resource "aws_s3_bucket" "s3_bucket_demo" {
bucket = "kosta-bucket-iac"
bucket = "kosta-bucket-clickops"
bucket_prefix = null
force_destroy = null
object_lock_enabled = false
Expand Down
2 changes: 1 addition & 1 deletion simple-imports/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {
to = aws_s3_bucket.s_3_bucket_pnnl
to = aws_s3_bucket.s3_bucket_demo
id = "kosta-bucket-clickops"
}

0 comments on commit 16f055e

Please sign in to comment.