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

fix(vpc): Add correctly formatted SSH key #36

Merged
merged 3 commits into from
Sep 12, 2024
Merged

fix(vpc): Add correctly formatted SSH key #36

merged 3 commits into from
Sep 12, 2024

Conversation

chris3ware
Copy link
Member

Previous deployment from #35 failed due to incorrect SSH key format.

@chris3ware chris3ware requested a review from a team as a code owner September 12, 2024 05:04
Copy link

infracost bot commented Sep 12, 2024

💰 Infracost report

This pull request is aligned with your company's FinOps policies and the Well-Architected Framework.

There are also 37 pre-existing issues in the main branch. Fix some to climb your org’s leaderboard 🥇

This comment will be updated when code changes.

Workflow not triggering when tfvars file changed
@github-actions github-actions bot added the tf:plan Pull requests that plan TF code label Sep 12, 2024
@chris3ware chris3ware merged commit a3130f8 into main Sep 12, 2024
5 checks passed
@chris3ware chris3ware deleted the fix-ssh-key branch September 12, 2024 05:11
@github-actions github-actions bot added the tf:apply Pull requests that apply TF code label Sep 12, 2024
Copy link

apply -chdir=tf/dev/vpc -lock=true tfplan
Outline of changes.
+ aws_instance.a4l_bastion will be created
+ aws_instance.a4l_internal will be created
+ aws_key_pair.a4l will be created
Apply complete! Resources: 3 added, 0 changed, 0 destroyed.
OpenTofu CI by @chris3ware via push at 2024-09-12T06:11:25+01:00.
Apply complete! Resources: 3 added, 0 changed, 0 destroyed.

Outputs:

bastion_hostname = "[email protected]"
internal_host_ip = "[email protected]"

3ware-release bot pushed a commit that referenced this pull request Sep 19, 2024
## [1.5.3](v1.5.2...v1.5.3) (2024-09-19)

### Bug Fixes

* **vpc:** Add correctly formatted SSH key ([#36](#36)) ([a3130f8](a3130f8))
@3ware-release
Copy link
Contributor

3ware-release bot commented Sep 19, 2024

This PR is included in version 1.5.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tf:apply Pull requests that apply TF code tf:plan Pull requests that plan TF code
Development

Successfully merging this pull request may close these issues.

1 participant