Skip to content

Commit 620b849

Browse files
committed
terraform: upgrade modules and providers
1 parent 2cbf13d commit 620b849

File tree

14 files changed

+31
-11
lines changed

14 files changed

+31
-11
lines changed

terraform/aws/aws-ec2-autoscaling-dual-subnet/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
output "resource_name_prefix" {
2+
value = local.name
3+
}
4+
15
output "vpc_id" {
26
value = module.vpc.vpc_id
37
}

terraform/aws/aws-ec2-autoscaling-dual-subnet/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
tailscale = {
44
source = "tailscale/tailscale"
5-
version = ">= 0.13.13"
5+
version = ">= 0.24"
66
}
77
}
88
}

terraform/aws/aws-ec2-autoscaling-session-recorder/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
output "resource_name_prefix" {
2+
value = local.name
3+
}
4+
15
output "vpc_id" {
26
value = module.vpc.vpc_id
37
}

terraform/aws/aws-ec2-autoscaling-session-recorder/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
tailscale = {
44
source = "tailscale/tailscale"
5-
version = ">= 0.13.13"
5+
version = ">= 0.24"
66
}
77
}
88
}

terraform/aws/aws-ec2-autoscaling/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
output "resource_name_prefix" {
2+
value = local.name
3+
}
4+
15
output "vpc_id" {
26
value = module.vpc.vpc_id
37
}

terraform/aws/aws-ec2-autoscaling/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
tailscale = {
44
source = "tailscale/tailscale"
5-
version = ">= 0.13.13"
5+
version = ">= 0.24"
66
}
77
}
88
}

terraform/aws/aws-ec2-instance-dual-stack-ipv4-ipv6/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
output "resource_name_prefix" {
2+
value = local.name
3+
}
4+
15
output "vpc_id" {
26
value = module.vpc.vpc_id
37
}

terraform/aws/aws-ec2-instance-dual-stack-ipv4-ipv6/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
tailscale = {
44
source = "tailscale/tailscale"
5-
version = ">= 0.13.13"
5+
version = ">= 0.24"
66
}
77
}
88
}

terraform/aws/aws-ec2-instance/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
output "resource_name_prefix" {
2+
value = local.name
3+
}
4+
15
output "vpc_id" {
26
value = module.vpc.vpc_id
37
}

terraform/aws/aws-ec2-instance/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
tailscale = {
44
source = "tailscale/tailscale"
5-
version = ">= 0.13.13"
5+
version = ">= 0.24"
66
}
77
}
88
}

0 commit comments

Comments
 (0)