Skip to content

Conversation

@MaxymVlasov
Copy link
Contributor

@MaxymVlasov MaxymVlasov commented May 30, 2023

Summary

We'd like to use AWS provider 5.0

Remove higher limit, as specified in TF best practices for this case.

How did you test this change?

terraform plan for our infrastructure

module "aws_config" {
  # source  = "lacework/config/aws"
  # version = "0.9.0"
  source = "./terraform-aws-config"

  count = module.this.enabled ? 1 : 0

  lacework_integration_name = "${module.this.tags.Name}-cfg"
  iam_role_name             = module.this.id
}

Issue

Close #63
Close #64

@afiune
Copy link
Contributor

afiune commented May 31, 2023

Make it so... (run tests)

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.

bug: support AWS provider v5.0

3 participants