Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add module Terraform #622

Merged
merged 10 commits into from Feb 16, 2024
Merged

Add module Terraform #622

merged 10 commits into from Feb 16, 2024

Conversation

taskinen
Copy link
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
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.

data/terraform_aws_resources.txt Show resolved Hide resolved
@@ -0,0 +1,232 @@
accessor
Copy link
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?

src/modules/terraform.rs Outdated Show resolved Hide resolved
@svenstaro
Copy link
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
Contributor Author

Azure and GCP resources added.

@taskinen
Copy link
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
15 checks passed
@svenstaro
Copy link
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.

None yet

2 participants