Skip to content

Commit a63c871

Browse files
committed
version
1 parent 75f71af commit a63c871

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
@@ -10,7 +10,7 @@ This module retrieves some basic [ACS](https://github.com/byu-oit/aws-acs) infor
1010

1111
```hcl
1212
module "acs" {
13-
source = "github.com/byu-oit/terraform-aws-acs-info.git?ref=v3.2.0"
13+
source = "github.com/byu-oit/terraform-aws-acs-info.git?ref=v3.3.0"
1414
}
1515
```
1616

examples/simple/simple.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
module "acs" {
6-
source = "github.com/byu-oit/terraform-aws-acs-info?ref=v3.2.0"
6+
source = "github.com/byu-oit/terraform-aws-acs-info?ref=v3.3.0"
77
}
88

99
output "vpc_id" {

0 commit comments

Comments
 (0)