Skip to content

sfn-glue-terraform: Update AWS Provider to v6#3091

Open
kakakakakku wants to merge 4 commits intoaws-samples:mainfrom
kakakakakku:sfn-glue-terraform
Open

sfn-glue-terraform: Update AWS Provider to v6#3091
kakakakakku wants to merge 4 commits intoaws-samples:mainfrom
kakakakakku:sfn-glue-terraform

Conversation

@kakakakakku
Copy link
Copy Markdown
Contributor

Issue #, if available:
N/A

Description of changes:
Hi😀 Thanks for the useful patterns!

To keep this pattern maintainable, I updated the AWS Provider to v6 and replaced deprecated HCL code.

Check

terraform apply completed successfully and works good.

stepfunctions_graph image

Thank you😀


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -1,20 +1,20 @@
# AWS Step Functions to start a AWS Glue Job Through a Cloudwatch event rule
# AWS Step Functions to start a AWS Glue Job Through a CloudWatch event rule
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙅‍♂️ Cloudwatch
🙆‍♂️ CloudWatch

# AWS Step Functions to start a AWS Glue Job Through a CloudWatch event rule

The Terraform template deploys a AWS Step Function, a AWS Glue Job, a Cloudwatch Event Rule, a Amazon S3 bucket and the minimum IAM resources required to run the application.
The Terraform template deploys a AWS Step Functions, a AWS Glue Job, a CloudWatch Event Rule, a Amazon S3 bucket and the minimum IAM resources required to run the application.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙅‍♂️ Step Function
🙆‍♂️ Step Functions

block_public_acls = true
block_public_policy = true
ignore_public_acls = true
block_public_acls = true
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: I applied terraform fmt command for all HCL code😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants