A template repository used to bootstrap Terraform AWS projects
Name | Version |
---|---|
terraform | >= 1.0 |
aws | >= 4.15.1 |
No providers.
No modules.
No resources.
Name | Description | Type | Default | Required |
---|---|---|---|---|
aws_access_key | The AWS access key that grants programmatic access to your resources. | string |
null |
no |
aws_cloudtrail_endpoint | A custom endpoint for the AWS CloudTrail service. | string |
null |
no |
aws_cloudwatch_endpoint | A custom endpoint for the AWS CloudWatch service. | string |
null |
no |
aws_iam_endpoint | A custom endpoint for the AWS IAM service. | string |
null |
no |
aws_logs_endpoint | A custom endpoint for the AWS logs service. | string |
null |
no |
aws_profile | The named AWS profile that will be used from an external source. | string |
null |
no |
aws_region | The default AWS region that Terraform will target. | string |
"us-west-2" |
no |
aws_s3_endpoint | A custom endpoint for the AWS s3 service. | string |
null |
no |
aws_secret_key | The AWS secret key that grants programmatic access to your resources. | string |
null |
no |
aws_skip_credential_validation | Whether to skip credentials validation via the AWS STS API. | bool |
null |
no |
aws_skip_metadata_api_check | Whether or not Terraform should authenticate via the AWS Metadata API. | bool |
null |
no |
aws_skip_requesting_account_id | Whether or not the requesting aws account id will be determined by the Terraform AWS provider. | bool |
null |
no |
tags | Tags that will be applied to all Terraform created resources that can be tagged. | map(string) |
{} |
no |
No outputs.
Setup development environment and apply Terraform (CI)
make integration-test-ci
Setup local development environment and apply Terraform
make local-development
Destroy development environment
make clean
Add additional AWS services to localstack by adding the service to the make variable