rust-lang / simpleinfra

Rust Infrastructure automation
MIT License
146 stars 76 forks source link

chore: update datadog-aws aws terraform provider to 5.64 #522

Closed MarcoIeni closed 2 months ago

MarcoIeni commented 2 months ago

πŸ“ƒπŸ“ƒ Plan summary πŸ“ƒπŸ“ƒ

No changes detected (apply not needed): βœ… terragrunt/accounts/crates-io-prod/datadog-aws βœ… terragrunt/accounts/crates-io-staging/datadog-aws

Changes detected (apply needed): ❌ terragrunt/accounts/legacy/datadog-aws ❌ terragrunt/accounts/bors-prod/datadog-aws ❌ terragrunt/accounts/bors-staging/datadog-aws ❌ terragrunt/accounts/dev-desktops-prod/datadog-aws ❌ terragrunt/accounts/docs-rs-staging/datadog-aws ❌ terragrunt/accounts/root/datadog-aws ❌ terragrunt/accounts/sync-team-prod/datadog-aws

πŸ“ƒπŸ“ƒ Plan output πŸ“ƒπŸ“ƒ

πŸ‘‰ terragrunt/accounts/legacy/datadog-aws:


  # datadog_integration_aws.aws will be updated in-place
  ~ resource "datadog_integration_aws" "aws" {
      ~ account_specific_namespace_rules     = {
          - "billing" = false -> null
            # (1 unchanged element hidden)
        }
        id                                   = "890664054962:DatadogAWSIntegrationRole"
        # (10 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

πŸ‘‰ terragrunt/accounts/bors-prod/datadog-aws:


  # datadog_integration_aws.aws will be updated in-place
  ~ resource "datadog_integration_aws" "aws" {
      ~ account_specific_namespace_rules     = {
          - "billing" = false -> null
            # (1 unchanged element hidden)
        }
        id                                   = "351621253146:DatadogAWSIntegrationRole"
        # (10 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

πŸ‘‰ terragrunt/accounts/bors-staging/datadog-aws:


  # datadog_integration_aws.aws will be updated in-place
  ~ resource "datadog_integration_aws" "aws" {
      ~ account_specific_namespace_rules     = {
          - "billing" = false -> null
            # (1 unchanged element hidden)
        }
        id                                   = "392478027976:DatadogAWSIntegrationRole"
        # (10 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

πŸ‘‰ terragrunt/accounts/dev-desktops-prod/datadog-aws:


  # datadog_integration_aws.aws will be updated in-place
  ~ resource "datadog_integration_aws" "aws" {
      ~ account_specific_namespace_rules     = {
          - "billing" = false -> null
            # (1 unchanged element hidden)
        }
        id                                   = "826384318366:DatadogAWSIntegrationRole"
        # (10 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

πŸ‘‰ terragrunt/accounts/docs-rs-staging/datadog-aws:


  # datadog_integration_aws.aws will be updated in-place
  ~ resource "datadog_integration_aws" "aws" {
      ~ account_specific_namespace_rules     = {
          - "billing" = false -> null
            # (1 unchanged element hidden)
        }
        id                                   = "519825364412:DatadogAWSIntegrationRole"
        # (10 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

πŸ‘‰ terragrunt/accounts/root/datadog-aws:


  # datadog_integration_aws.aws will be updated in-place
  ~ resource "datadog_integration_aws" "aws" {
      ~ account_specific_namespace_rules     = {
          - "billing" = false -> null
            # (1 unchanged element hidden)
        }
        id                                   = "762490340130:DatadogAWSIntegrationRole"
        # (10 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

πŸ‘‰ terragrunt/accounts/sync-team-prod/datadog-aws:


  # datadog_integration_aws.aws will be updated in-place
  ~ resource "datadog_integration_aws" "aws" {
      ~ account_specific_namespace_rules     = {
          - "billing" = false -> null
            # (1 unchanged element hidden)
        }
        id                                   = "189527120064:DatadogAWSIntegrationRole"
        # (10 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
MarcoIeni commented 2 months ago

Same changes as https://github.com/rust-lang/simpleinfra/pull/515 so I'm merging πŸ‘