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 75f71af commit a63c871Copy full SHA for a63c871
README.md
@@ -10,7 +10,7 @@ This module retrieves some basic [ACS](https://github.com/byu-oit/aws-acs) infor
10
11
```hcl
12
module "acs" {
13
- source = "github.com/byu-oit/terraform-aws-acs-info.git?ref=v3.2.0"
+ source = "github.com/byu-oit/terraform-aws-acs-info.git?ref=v3.3.0"
14
}
15
```
16
examples/simple/simple.tf
@@ -3,7 +3,7 @@ provider "aws" {
3
4
5
6
- source = "github.com/byu-oit/terraform-aws-acs-info?ref=v3.2.0"
+ source = "github.com/byu-oit/terraform-aws-acs-info?ref=v3.3.0"
7
8
9
output "vpc_id" {
0 commit comments