Skip to content

Add module Terraform#622

Merged
svenstaro merged 10 commits intosvenstaro:masterfrom
taskinen:terraform
Feb 16, 2024
Merged

Add module Terraform#622
svenstaro merged 10 commits intosvenstaro:masterfrom
taskinen:terraform

Conversation

@taskinen
Copy link
Copy Markdown
Contributor

@taskinen taskinen commented Feb 9, 2024

The Terraform module will pretend to run Terraform apply to AWS with real AWS resource names and random resource IDs. Upon exit, it will state that the apply is complete and print how many resources has been added, changed and destroyed.

terraform

The Terraform module will pretend to run Terraform apply to AWS with real AWS resource names and random resource IDs. Upon exit, it will state that the apply is complete and print how many resources has been added, changed and destroyed.
Copy link
Copy Markdown
Owner

@svenstaro svenstaro left a comment

Choose a reason for hiding this comment

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

Great idea! Just makes sense to have Terraform at this point.

@@ -0,0 +1,232 @@
accessor
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Where are these from?

@svenstaro
Copy link
Copy Markdown
Owner

Hey @taskinen did you see my comments? I think this is almost ready to merge but I'd just like for you to look at my comments above. :)

@taskinen
Copy link
Copy Markdown
Contributor Author

Azure and GCP resources added.

@taskinen
Copy link
Copy Markdown
Contributor Author

Sleep based on Bernoulli distribution and printing of actual elapsed seconds added.

@svenstaro svenstaro merged commit 901daaa into svenstaro:master Feb 16, 2024
@svenstaro
Copy link
Copy Markdown
Owner

Thanks, this is great!

svenstaro added a commit that referenced this pull request Feb 16, 2024
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.

2 participants