rust-lang / simpleinfra

Rust Infrastructure automation
MIT License
146 stars 73 forks source link

chore(crates-io): Update `hashicorp/aws` provider to version 5.64 #532

Closed MarcoIeni closed 3 weeks ago

MarcoIeni commented 3 weeks ago

📃📃 Plan summary 📃📃

Changes detected (apply needed): ❌ terragrunt/accounts/legacy/crates-io-prod/crates-io ❌ terragrunt/accounts/legacy/crates-io-staging/crates-io

📃📃 Plan output 📃📃

👉 terragrunt/accounts/legacy/crates-io-prod/crates-io:


  # fastly_service_compute.static will be updated in-place
  ~ resource "fastly_service_compute" "static" {
      ~ active_version = 42 -> (known after apply)
      ~ cloned_version = 42 -> (known after apply)
        id             = "gEfRWQihVaQqh6vsPlY0H1"
        name           = "static.crates.io"
        # (4 unchanged attributes hidden)

      ~ package {
          ~ source_code_hash = "7623a89c1133db5e179d68d6f3d539d59943cb8c7ab88b32a709fa6c4bb6889edb376ed2b88018446b2297b9c9016f77e568a1ac591c66e194346bf376e3444c" -> "0ca8cbe7433ec8c2ac8cd4d7a8d721371746874757e09e25d504d257df0e70b26d788d842bcdaec263f6a56302dec43cd4191297e7ebc7cb4eb684abd448efd7"
            # (1 unchanged attribute hidden)
        }

        # (8 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
╷
│ Warning: Argument is deprecated
│ 
│   with aws_s3_bucket.index,
│   on s3-index.tf line 1, in resource "aws_s3_bucket" "index":
│    1: resource "aws_s3_bucket" "index" {
│ 
│ Use the aws_s3_bucket_versioning resource instead
│ 
│ (and 9 more similar warnings elsewhere)
╵

👉 terragrunt/accounts/legacy/crates-io-staging/crates-io:


  # fastly_service_compute.static will be updated in-place
  ~ resource "fastly_service_compute" "static" {
      ~ active_version = 98 -> (known after apply)
      ~ cloned_version = 98 -> (known after apply)
        id             = "liljrvY3Xt0CzNk0mpuLa7"
        name           = "static.staging.crates.io"
        # (4 unchanged attributes hidden)

      ~ package {
          ~ source_code_hash = "7f9c626cafb868e8fe86e75d5f139b91c921bd76ae11c675d76aaf1ee3b2bcf992652e793fd8a5c65bd4e16f6574c05b5ee05b0aa02a9ebf4571c11a77ecb2d8" -> "0ca8cbe7433ec8c2ac8cd4d7a8d721371746874757e09e25d504d257df0e70b26d788d842bcdaec263f6a56302dec43cd4191297e7ebc7cb4eb684abd448efd7"
            # (1 unchanged attribute hidden)
        }

        # (8 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
╷
│ Warning: Argument is deprecated
│ 
│   with aws_s3_bucket.index,
│   on s3-index.tf line 1, in resource "aws_s3_bucket" "index":
│    1: resource "aws_s3_bucket" "index" {
│ 
│ Use the aws_s3_bucket_versioning resource instead
│ 
│ (and 9 more similar warnings elsewhere)
╵
MarcoIeni commented 3 weeks ago

I'm applying these changes and merging.