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

terraform: add functionality to init action #772

Merged
merged 2 commits into from
Jul 13, 2021
Merged

Conversation

ITProKyle
Copy link
Collaborator

Summary

Terraform modules will now run terraform init when using runway init.

What Changed

Added

  • added functionality to init action for Terraform modules

@ITProKyle ITProKyle added the changelog:minor Minor change resulting in a minor release label Jul 13, 2021
@ITProKyle ITProKyle added this to the v2.2.0 milestone Jul 13, 2021
@ITProKyle ITProKyle self-assigned this Jul 13, 2021
@github-actions github-actions bot added feature Request or pull request for a new feature python Update to Python code labels Jul 13, 2021
@codecov
Copy link

codecov bot commented Jul 13, 2021

Codecov Report

Merging #772 (b5bc81d) into master (f315eba) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #772   +/-   ##
=======================================
  Coverage   87.36%   87.36%           
=======================================
  Files         218      218           
  Lines       13853    13854    +1     
=======================================
+ Hits        12102    12103    +1     
  Misses       1751     1751           
Impacted Files Coverage Δ
runway/_cli/commands/_deploy.py 84.61% <ø> (ø)
runway/_cli/commands/_destroy.py 87.50% <ø> (ø)
runway/_cli/commands/_init.py 96.15% <ø> (ø)
runway/_cli/commands/_plan.py 84.61% <ø> (ø)
runway/module/terraform.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f315eba...b5bc81d. Read the comment docs.

@ITProKyle ITProKyle merged commit 8aca76d into master Jul 13, 2021
@ITProKyle ITProKyle deleted the feature/terraform-init branch July 13, 2021 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:minor Minor change resulting in a minor release feature Request or pull request for a new feature python Update to Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant