Skip to content

Commit dcae7ef

Browse files
feat: update cloudposse/vpc/aws to 2.3.0 #minor (#287)
* feat: update cloudposse/vpc/aws to 2.3.0 #minor * docs: automated update of terraform docs --------- Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 29932c1 commit dcae7ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ No requirements.
181181
| <a name="module_kubernetes"></a> [kubernetes](#module\_kubernetes) | cloudposse/eks-cluster/aws | 3.0.0 |
182182
| <a name="module_node_pool"></a> [node\_pool](#module\_node\_pool) | cloudposse/eks-node-group/aws | 3.1.1 |
183183
| <a name="module_subnets"></a> [subnets](#module\_subnets) | cloudposse/dynamic-subnets/aws | 2.4.2 |
184-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/vpc/aws | 2.2.0 |
184+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/vpc/aws | 2.3.0 |
185185
| <a name="module_vpc_peering_accepter_with_routes"></a> [vpc\_peering\_accepter\_with\_routes](#module\_vpc\_peering\_accepter\_with\_routes) | ./modules/vpc_peering_accepter_with_routes | n/a |
186186
187187
## Resources

network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "vpc" {
22
source = "cloudposse/vpc/aws"
33
# Cloud Posse recommends pinning every module to a specific version
4-
version = "2.2.0"
4+
version = "2.3.0"
55
ipv4_primary_cidr_block = local.vpc.cidr_block
66
name = "captain"
77
}

0 commit comments

Comments
 (0)