Skip to content

Commit

Permalink
Remove deprecated attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkelliott committed Dec 13, 2022
1 parent 6bd40c6 commit bded5a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit-test/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ provider "aws" {
provider "aws" {
alias = "testing-ci-user"
region = "eu-west-2"
skip_get_ec2_platforms = true
}

# AWS provider for core-vpc-<environment>, to share VPCs into this account
provider "aws" {
alias = "core-vpc"
region = "eu-west-2"
skip_get_ec2_platforms = true
assume_role {
role_arn = "arn:aws:iam::${local.environment_management.account_ids[local.provider_name]}:role/member-delegation-${local.vpc_name}-${local.environment}"
}
Expand All @@ -27,7 +25,6 @@ provider "aws" {
provider "aws" {
alias = "core-network-services"
region = "eu-west-2"
skip_get_ec2_platforms = true
assume_role {
role_arn = "arn:aws:iam::${local.environment_management.account_ids["core-network-services-production"]}:role/modify-dns-records"
}
Expand Down

0 comments on commit bded5a8

Please sign in to comment.