Deploy AWS infra securely at scale using Scalr.

Use role delegation to safely and securely make the changes you want to your infrastructure. Keep your credentials safe as you make changes to all AWS resources with the AWS Terraform Provider.


module "aws-account-scalr-configuration" {
  source = "github.com/Scalr/terraform-scalr-provider-configuration-aws"
 
  name = "scalr-managed-aws-account-configuration"
  role_name = "ScalrProviderConfiguration"
  scalr_account_id = "acc-1234567"
  
  # policy permissions are required for the module-created role
  policy_permissions = ["ec2:*"]
}