Skip to content

Commit

Permalink
Merge pull request #2 from clouddrove/CD-95
Browse files Browse the repository at this point in the history
update tag in exapmles
  • Loading branch information
Sohan authored Dec 3, 2019
2 parents 29a9ccb + 8133ee5 commit 92acbe3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Here are some examples of how you can use this module in your inventory structur
### Basic Bucket
```hcl
module "s3_bucket" {
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.1"
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.2"
name = "secure-bucket"
region = "eu-west-1"
application = "clouddrove"
Expand All @@ -84,7 +84,7 @@ module "s3_bucket" {
### Encryption Bucket
```hcl
module "s3_bucket" {
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.1"
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.2"
name = "encryption-bucket"
region = "eu-west-1"
application = "clouddrove"
Expand All @@ -99,7 +99,7 @@ module "s3_bucket" {
### Logging Bucket
```hcl
module "s3_bucket" {
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.1"
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.2"
name = "logging-bucket"
region = "eu-west-1"
application = "clouddrove"
Expand All @@ -115,7 +115,7 @@ module "s3_bucket" {
### Website Host Bucket
```hcl
module "s3_bucket" {
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.1"
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.2"
name = "website-bucket"
region = "eu-west-1"
application = "clouddrove"
Expand Down
8 changes: 4 additions & 4 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ usage : |-
### Basic Bucket
```hcl
module "s3_bucket" {
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.1"
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.2"
name = "secure-bucket"
region = "eu-west-1"
application = "clouddrove"
Expand All @@ -50,7 +50,7 @@ usage : |-
### Encryption Bucket
```hcl
module "s3_bucket" {
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.1"
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.2"
name = "encryption-bucket"
region = "eu-west-1"
application = "clouddrove"
Expand All @@ -65,7 +65,7 @@ usage : |-
### Logging Bucket
```hcl
module "s3_bucket" {
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.1"
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.2"
name = "logging-bucket"
region = "eu-west-1"
application = "clouddrove"
Expand All @@ -81,7 +81,7 @@ usage : |-
### Website Host Bucket
```hcl
module "s3_bucket" {
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.1"
source = "https://github.com/clouddrove/terraform-aws-s3?ref=tags/0.12.2"
name = "website-bucket"
region = "eu-west-1"
application = "clouddrove"
Expand Down
2 changes: 1 addition & 1 deletion _example/default-s3/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "aws" {
}

module "s3_bucket" {
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.1"
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.2"

name = "secure-bucket"
application = "clouddrove"
Expand Down
2 changes: 1 addition & 1 deletion _example/encryption-s3/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "aws" {
}

module "s3_bucket" {
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.1"
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.2"

name = "encryption-bucket"
application = "clouddrove"
Expand Down
2 changes: 1 addition & 1 deletion _example/logging-s3/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "aws" {
}

module "s3_bucket" {
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.1"
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.2"

name = "logging-bucket"
application = "clouddrove"
Expand Down
2 changes: 1 addition & 1 deletion _example/website-s3/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "aws" {
}

module "s3_bucket" {
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.1"
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.2"

name = "website-bucket"
application = "clouddrove"
Expand Down

0 comments on commit 92acbe3

Please sign in to comment.