Skip to content

Commit

Permalink
Fix source of aws_flow_logs_s3_buckets module in example (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlenglet authored Oct 5, 2024
1 parent b58c355 commit ce639f1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/aws_account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_aws_account_dev"></a> [aws\_account\_dev](#module\_aws\_account\_dev) | github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account | v1.2.1 |
| <a name="module_aws_account_dev"></a> [aws\_account\_dev](#module\_aws\_account\_dev) | github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account | v1.2.2 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion examples/aws_account/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ provider "illumio-cloudsecure" {
}

module "aws_account_dev" {
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account?ref=v1.2.1"
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account?ref=v1.2.2"
name = "Test Account"
tags = {
Name = "CloudSecure Account Policy"
Expand Down
4 changes: 2 additions & 2 deletions examples/aws_flow_logs_s3_buckets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_aws_account_dev"></a> [aws\_account\_dev](#module\_aws\_account\_dev) | github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account | v1.2.1 |
| <a name="module_aws_flow_logs_s3_buckets"></a> [aws\_flow\_logs\_s3\_buckets](#module\_aws\_flow\_logs\_s3\_buckets) | github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account | v1.2.1 |
| <a name="module_aws_account_dev"></a> [aws\_account\_dev](#module\_aws\_account\_dev) | github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account | v1.2.2 |
| <a name="module_aws_flow_logs_s3_buckets"></a> [aws\_flow\_logs\_s3\_buckets](#module\_aws\_flow\_logs\_s3\_buckets) | github.com/illumio/terraform-illumio-cloudsecure//modules/aws_flow_logs_s3_buckets | v1.2.2 |

## Resources

Expand Down
4 changes: 2 additions & 2 deletions examples/aws_flow_logs_s3_buckets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ provider "illumio-cloudsecure" {
}

module "aws_account_dev" {
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account?ref=v1.2.1"
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account?ref=v1.2.2"
name = "Test Account"
tags = {
Name = "CloudSecure Account Policy"
Expand All @@ -17,7 +17,7 @@ module "aws_account_dev" {
}

module "aws_flow_logs_s3_buckets" {
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account?ref=v1.2.1"
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/aws_flow_logs_s3_buckets?ref=v1.2.2"
role_id = aws_account_dev.role_id
s3_bucket_arns = [
"arn:aws:s3:::vpc1",
Expand Down
2 changes: 1 addition & 1 deletion examples/k8s_cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_k8s_cluster_dev"></a> [k8s\_cluster\_dev](#module\_k8s\_cluster\_dev) | github.com/illumio/terraform-illumio-cloudsecure//modules/k8s_cluster | v1.2.1 |
| <a name="module_k8s_cluster_dev"></a> [k8s\_cluster\_dev](#module\_k8s\_cluster\_dev) | github.com/illumio/terraform-illumio-cloudsecure//modules/k8s_cluster | v1.2.2 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion examples/k8s_cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "illumio-cloudsecure" {
}

module "k8s_cluster_dev" {
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/k8s_cluster?ref=v1.2.1"
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/k8s_cluster?ref=v1.2.2"
illumio_region = "aws-us-west-2"
name = "example-release"
description = "Dev cluster in aws-us-west-2"
Expand Down

0 comments on commit ce639f1

Please sign in to comment.