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

fixes terraform backstage errors (fixes #202) #203

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

jritsema
Copy link
Contributor

@jritsema jritsema commented Apr 17, 2024

Description

Resolves errors in the latest terraform backstage fargate example.

Motivation and Context

Resolves issue #202

How Has This Been Tested?

  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

running pre-commit returned the following, but seems to be related to a different example.

Terraform validate.......................................................Failed
- hook id: terraform_validate
- exit code: 1

Validation failed: terraform/cicd-examples/lb-service-container-pipeline
╷
│ Error: Missing required provider
│ 
│ This configuration requires provider registry.terraform.io/hashicorp/aws,
│ but that provider isn't available. You may be able to install it
│ automatically by running:
│   terraform init
╵
╷
│ Error: Missing required provider
│ 
│ This configuration requires provider
│ registry.terraform.io/hashicorp/random, but that provider isn't available.
│ You may be able to install it automatically by running:
│   terraform init
╵

@jritsema jritsema requested a review from a team as a code owner April 17, 2024 02:27
@joozero joozero merged commit ac3c3f3 into aws-ia:main Apr 18, 2024
24 checks passed
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