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: s3 backend deprecated role_arn field #151

Merged
merged 5 commits into from
Jan 12, 2024

Commits on Dec 7, 2023

  1. fix: s3 backend deprecated role_arn field

    The following step was returning an error:
    
    ```
    terraform init -force-copy
    
    Initializing the backend...
    
    Successfully configured the backend "s3"! Terraform will automatically
    use this backend unless the backend configuration changes.
    Initializing modules...
    Terraform encountered problems during initialisation, including problems
    with the configuration, described below.
    
    The Terraform configuration must be valid before initialization so that
    Terraform can determine which modules and providers need to be installed.
    ╷
    │ Error: Argument or block definition required
    │
    │   on backend.tf line 9, in terraform:
    │    9:     assume_role.role_arn = ""
    │
    │ An argument or block definition is required here. To set an argument, use the equals sign "=" to introduce the argument value.
    ╵
    ```
    basvandijk committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    08033e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. fix for empty role_arn

    basvandijk committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    367109d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    c9a7ede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f25ea5f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    56868ac View commit details
    Browse the repository at this point in the history