From 5119e963c5a5aa50f23e839253c3e2b54d50c75f Mon Sep 17 00:00:00 2001 From: Rob Schoening Date: Wed, 8 Jun 2022 10:02:56 -0700 Subject: [PATCH 1/3] related change --- terraform-aws/{infrastructure.tf => infrastructure2.tf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename terraform-aws/{infrastructure.tf => infrastructure2.tf} (100%) diff --git a/terraform-aws/infrastructure.tf b/terraform-aws/infrastructure2.tf similarity index 100% rename from terraform-aws/infrastructure.tf rename to terraform-aws/infrastructure2.tf From 026e818dfa2e791092e84a3b643d79a15db20f28 Mon Sep 17 00:00:00 2001 From: Rob Schoening Date: Wed, 8 Jun 2022 10:10:43 -0700 Subject: [PATCH 2/3] s3 --- terraform-aws/s3.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 terraform-aws/s3.tf diff --git a/terraform-aws/s3.tf b/terraform-aws/s3.tf new file mode 100644 index 0000000..482518d --- /dev/null +++ b/terraform-aws/s3.tf @@ -0,0 +1,11 @@ + + +resource "aws_s3_bucket" "b" { + bucket = "infra-demo" + #acl = "private" + + tags = { + Name = "salary-data" + Environment = "prod" + } +} \ No newline at end of file From 939eba7ac0c0cce4c10e1f135d39ad51b206f84a Mon Sep 17 00:00:00 2001 From: Rob Schoening Date: Wed, 8 Jun 2022 10:54:39 -0700 Subject: [PATCH 3/3] update --- .soluble/config.yml | 1 + terraform-aws/s3.tf | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.soluble/config.yml b/.soluble/config.yml index fffc2fe..3539afe 100644 --- a/.soluble/config.yml +++ b/.soluble/config.yml @@ -1,4 +1,5 @@ pr_comments_enabled: true +pr_comments_on_passed_check_enabled: true pr_status_thresholds: critical: 0 high: 999 diff --git a/terraform-aws/s3.tf b/terraform-aws/s3.tf index 482518d..a88f86e 100644 --- a/terraform-aws/s3.tf +++ b/terraform-aws/s3.tf @@ -1,5 +1,4 @@ - resource "aws_s3_bucket" "b" { bucket = "infra-demo" #acl = "private"