File tree Expand file tree Collapse file tree 9 files changed +24
-23
lines changed
new_security_group_with_egress Expand file tree Collapse file tree 9 files changed +24
-23
lines changed Original file line number Diff line number Diff line change 6161 - name : tflint
6262 uses : reviewdog/action-tflint@master
6363 with :
64+ tflint_version : v0.29.0
6465 github_token : ${{ secrets.GITHUB }}
6566 working_directory : ${{ matrix.directory }}
6667 fail_on_error : ' true'
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ usage: |-
4646 # use this
4747 module "security_group" {
4848 source = "clouddrove/security-group/aws"
49- version = "1.0.1 "
49+ version = "1.3.0 "
5050 name = "security-group"
5151 environment = "test"
5252 protocol = "tcp"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ provider "aws" {
44
55module "vpc" {
66 source = " clouddrove/vpc/aws"
7- version = " 0.15.1 "
7+ version = " 1.3.0 "
88 name = " vpc"
99 environment = " test"
1010 label_order = [" name" , " environment" ]
@@ -25,6 +25,6 @@ module "security_group" {
2525 allowed_ip = [" 172.16.0.0/16" , " 10.0.0.0/16" ]
2626 allowed_ipv6 = [" 2405:201:5e00:3684:cd17:9397:5734:a167/128" ]
2727 allowed_ports = [22 , 27017 ]
28- security_groups = [" sg-xxxxxxxx " ]
29- prefix_list_ids = [" pl-xxxxxxxx " ]
28+ security_groups = [" sg-xxxxxxxxxxxx " ]
29+ prefix_list_ids = [" pl-xxxxxxxxxxxx " ]
3030}
Original file line number Diff line number Diff line change 11# Terraform version
22terraform {
3- required_version = " >= 0.14.0 "
3+ required_version = " >= 1.3.6 "
44
55 required_providers {
66 aws = {
77 source = " hashicorp/aws"
8- version = " >= 3.1.15 "
8+ version = " >= 4.48.0 "
99 }
1010 }
11- }
11+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ provider "aws" {
44
55module "vpc" {
66 source = " clouddrove/vpc/aws"
7- version = " 0.15.1 "
7+ version = " 1.3.0 "
88 name = " vpc"
99 environment = " test"
1010 label_order = [" name" , " environment" ]
Original file line number Diff line number Diff line change 11# Terraform version
22terraform {
3- required_version = " >= 0.14.0 "
3+ required_version = " >= 1.3.6 "
44
55 required_providers {
66 aws = {
77 source = " hashicorp/aws"
8- version = " >= 3.1.15 "
8+ version = " >= 4.48.0 "
99 }
1010 }
1111}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ provider "aws" {
44
55module "vpc" {
66 source = " clouddrove/vpc/aws"
7- version = " 0.15.1 "
7+ version = " 1.3.0 "
88 name = " vpc"
99 environment = " test"
1010 label_order = [" name" , " environment" ]
@@ -18,13 +18,13 @@ module "security_group" {
1818 environment = " test"
1919 label_order = [" name" , " environment" ]
2020
21- is_external = true
22- existing_sg_id = " sg-0e9b47097401e92d0 "
23- vpc_id = module. vpc . vpc_id
24- protocol = " tcp"
25- description = " Instance default security group (only egress access is allowed)."
26- allowed_ip = [" 172.16.0.0/16" , " 10.0.0.0/16" ]
27- allowed_ipv6 = [" 2405:201:5e00:3684:cd17:9397:5734:a167/128" ]
28- allowed_ports = [22 , 27017 ]
29- # security_groups = ["sg-061165cd9a3f742d6 "]
21+ is_external = true
22+ existing_sg_id = " sg-xxxxxxxxxxxx "
23+ vpc_id = module. vpc . vpc_id
24+ protocol = " tcp"
25+ description = " Instance default security group (only egress access is allowed)."
26+ allowed_ip = [" 172.16.0.0/16" , " 10.0.0.0/16" ]
27+ allowed_ipv6 = [" 2405:201:5e00:3684:cd17:9397:5734:a167/128" ]
28+ allowed_ports = [22 , 27017 ]
29+ security_groups = [" sg-xxxxxxxxxxxxx " ]
3030}
Original file line number Diff line number Diff line change 11# Terraform version
22terraform {
3- required_version = " >= 0.14.0 "
3+ required_version = " >= 1.3.6 "
44
55 required_providers {
66 aws = {
77 source = " hashicorp/aws"
8- version = " >= 3.1.15 "
8+ version = " >= 4.48.0 "
99 }
1010 }
1111}
Original file line number Diff line number Diff line change 99
1010module "labels" {
1111 source = " clouddrove/labels/aws"
12- version = " 0.15 .0"
12+ version = " 1.3 .0"
1313
1414 enabled = var. enable_security_group
1515 name = var. name
You can’t perform that action at this time.
0 commit comments