We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9aeb2 commit d318505Copy full SHA for d318505
README.md
@@ -18,7 +18,7 @@ This AWS VPC Module will create following resources:
18
```terraform
19
module "vpc" {
20
source = "opensource4learn/vpc/aws"
21
- version = "0.1.0-alpha"
+ version = "0.1.0-beta"
22
aws_region = "ap-south-1"
23
cluster_prefix = "source4learn"
24
cluster_environment = "production"
0 commit comments