You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would appear that with commit a20400e in May, the AWS provider is no longer listed as required in examples/single-account-ecs/versions.tf. While I'm sure for many this will still work (because they probably only have one AWS provider), we actually deploy Sysdig into two accounts, which means we have 2 AWS providers. Without the AWS provider requirement listed, specifying the correct provider for the module results in a warning from "terraform plan":
Warning: Provider aws is undefined
on sysdig-secure.tf line 18, in module "secure-for-cloud-backups":
18: aws = aws.account2
Module module.secure-for-cloud-account2 does not declare a provider named aws.
If you wish to specify a provider configuration for the module, add an entry
for aws in the required_providers block within the module.