#
hcl2
Here are 164 public repositories matching this topic...
Terraform Module to define a consistent naming convention by (namespace, stage, name, [attributes])
-
Updated
Apr 29, 2022 - HCL
Terraform module for provisioning an EKS cluster
-
Updated
Jun 8, 2022 - HCL
Terraform module that provision an S3 bucket to store the `terraform.tfstate` file and a DynamoDB table to lock the state file to prevent concurrent modifications and state corruption.
aws
backend
terraform
dynamodb
s3-bucket
locking
tfstate
terraform-modules
aws-dynamodb
dynamodb-table
terraform-module
remote-state
terraform-state
hcl2
-
Updated
Jul 5, 2022 - HCL
Terraform module to generate well-formed JSON documents (container definitions) that are passed to the aws_ecs_task_definition Terraform resource
-
Updated
Jul 1, 2022 - HCL
Universal Tool for DevOps and Cloud Automation (works with terraform, helm, helmfile, etc)
-
Updated
Jul 7, 2022 - Go
Terraform module to provision an AWS Elastic Beanstalk Environment
-
Updated
Jul 3, 2022 - HCL
Packer Examples for vSphere
packer
vmware
hashicorp
vmware-vsphere
hashicorp-packer
machine-images
cloud-foundation
hcl2
vmware-cloud
packer-templates
vsphere-iso
packer-vsphere
packer-examples
-
Updated
Jun 27, 2022 - HCL
Terraform module to build Docker image with Jenkins, save it to an ECR repo, and deploy to Elastic Beanstalk running Docker stack
docker
jenkins
terraform
elasticbeanstalk
cicd
codepipeline
terraform-modules
ecr
codebuild
tf-jenkins
hcl2
-
Updated
Jul 1, 2022 - HCL
Terraform module to easily provision CloudFront CDN backed by an S3 origin
-
Updated
Jun 23, 2022 - HCL
7
bug
Something isn't working
help wanted
Extra attention is needed
good first issue
Good for newcomers
Terraform module that implements a web app on ECS and supports autoscaling, CI/CD, monitoring, ALB integration, and much more.
aws
website
terraform
ingress
cloudwatch
access-logs
ecs
webapp
cloudwatch-logs
alb
ecs-cluster
ecs-service
terraform-module
ecs-task
container-definition
hcl2
-
Updated
Jul 6, 2022 - HCL
Terraform Module for CI/CD with AWS Code Pipeline and Code Build
aws
continuous-integration
continuous-delivery
terraform
cicd
codepipeline
terraform-modules
codebuild
hcl2
-
Updated
Jun 21, 2022 - HCL
Terraform Module that defines a VPC with public/private subnets across multiple AZs with Internet Gateways
-
Updated
Apr 29, 2022 - HCL
Terraform Module to manage Docker Container Registries on AWS ECR
-
Updated
Jul 1, 2022 - HCL
Terraform module for public and private subnets provisioning in existing VPC
-
Updated
Jun 19, 2022 - HCL
Terraform Module to run ansible playbooks
-
Updated
Jul 1, 2022 - HCL
Terraform Module to Automatically Generate SSH Key Pairs (Public/Private Keys)
-
Updated
Jul 1, 2022 - HCL
Terraform Module to define a consistent naming convention by (namespace, stage, name, [attributes])
-
Updated
Jul 1, 2022 - HCL
Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS https://cloudposse.com/
-
Updated
Jul 1, 2022 - HCL
Terraform module to provision an RDS Aurora cluster for MySQL or Postgres
-
Updated
Jul 7, 2022 - HCL
Terraform Module for Creating S3 backed Websites and Route53 DNS
-
Updated
Jul 2, 2022 - HCL
Terraform module to provision Auto Scaling Group and Launch Template on AWS
template
aws
ec2
launch
asg
ami
amazon-web-services
autoscaling
autoscaling-policies
cloudwatch-metric
autoscaling-group
hcl2
-
Updated
Jul 1, 2022 - HCL
Terraform Module to easily leverage AWS CodeBuild for Continuous Integration
-
Updated
Jul 4, 2022 - HCL
This module creates an S3 bucket suitable for receiving logs from other AWS services such as S3, CloudFront, and CloudTrail
aws
storage
terraform
s3
logs
versioning
bucket
standard
glacier
terraform-modules
lifecycle-management
hcl2
-
Updated
May 1, 2022 - HCL
Improve this page
Add a description, image, and links to the hcl2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hcl2 topic, visit your repo's landing page and select "manage topics."
Describe the Bug
Whatever is in
security_groupsseems to be ignoredExpected Behavior
Security groups specified in
security_groupsshould be appliedSteps to Reproduce
security_groups = [aws_security_group.my_group1.id, aws_security_group.my_group2.id]Screenshots
Output of
terraform plan: