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

Deploy SQS queue for crates.io to staging #378

Merged
merged 2 commits into from
Jan 10, 2024
Merged

Conversation

jdno
Copy link
Member

@jdno jdno commented Jan 9, 2024

The SQS queue that was configured in #377 has been deployed to the new staging account for crates.io that was created in #374. Slight modifications were necessary to the configuration:

  • The resource and human-readable names of the SQS are now identical.
  • The sid for policies matches the naming rules of AWS.
  • The input variable has been changed, since the account number is not part of a bucket's ARN and can thus not be extracted from it.

The infrastructure has been deployed with the same version of the Terraform provider for AWS as the other modules in simpleinfra to ensure future compatibility.

The SQS queue that was configured in rust-lang#377 has been deployed to the new
staging account for crates.io that was created in rust-lang#374. Slight
modifications were necessary to the configuration:

  - The resource and human-readable names of the SQS are now identical.
  - The `sid` for policies matches the naming rules of AWS.
  - The input variable has been changed, since the account number is not
    part of a bucket's ARN and can thus not be extracted from it.

The infrastructure has been deployed with the same version of the
Terraform provider for AWS as the other modules in simpleinfra to ensure
future compatibility.
@jdno jdno requested a review from Mark-Simulacrum January 9, 2024 16:14
@jdno jdno merged commit 48ca4ff into rust-lang:master Jan 10, 2024
3 checks passed
@jdno jdno deleted the deploy-sqs branch January 10, 2024 09:24
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