-
Notifications
You must be signed in to change notification settings - Fork 4
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
Rdev go #1697
base: trunk
Are you sure you want to change the base?
Conversation
.github/workflows/push-rdev.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file has all the things we need for the rdev update ticket we agreed on
- name: Configure AWS Credentials | ||
uses: aws-actions/configure-aws-credentials@v2 | ||
with: | ||
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} | ||
aws-region: us-west-2 | ||
role-session-name: JustLint | ||
role-duration-seconds: 900 | ||
- uses: terraform-linters/setup-tflint@v1 | ||
name: Setup TFLint | ||
with: | ||
tflint_version: v0.28.1 | ||
- uses: hashicorp/setup-terraform@v1 | ||
with: | ||
terraform_version: 0.13.5 | ||
terraform_version: 1.6.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I needed to configure an AWS role to lint for some reason, but then I got blocked by this message since I don't have access to the new, external AWS Account (I think):
│ Error: Failed to get existing workspaces: Unable to list objects in S3 bucket "genepi-prod-s3-tf-state-prod-prod-genepi-theia-stacks-state": operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: DWRFDFA2AQ529NG3, HostID: 1PUJd4HhHDTS8vWYcCez3VgX2kGQZ2YltSeSSSysQWcBbcxtSCRIZMgs3dW8MAvGSY6GFtPOeszx+ghWjzag7Q==, api error AccessDenied: Access Denied
Summary:
<brief description>
<rdev link>
Demos:
Notes:
Checklist:
<base branch>