Skip to content

Commit d318505

Browse files
Updated Terraform VPC Module Version
1 parent ef9aeb2 commit d318505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This AWS VPC Module will create following resources:
1818
```terraform
1919
module "vpc" {
2020
source = "opensource4learn/vpc/aws"
21-
version = "0.1.0-alpha"
21+
version = "0.1.0-beta"
2222
aws_region = "ap-south-1"
2323
cluster_prefix = "source4learn"
2424
cluster_environment = "production"

0 commit comments

Comments
 (0)