Skip to content

Commit

Permalink
Add missing source in aws_flow_logs_s3_buckets example
Browse files Browse the repository at this point in the history
  • Loading branch information
rlenglet committed Oct 4, 2024
1 parent 64626ee commit 9d829f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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.0"
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account?ref=v1.2.1"
name = "Test Account"
tags = {
Name = "CloudSecure Account Policy"
Expand Down
3 changes: 2 additions & 1 deletion 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.0"
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account?ref=v1.2.1"
name = "Test Account"
tags = {
Name = "CloudSecure Account Policy"
Expand All @@ -17,6 +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"
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/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.0"
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/k8s_cluster?ref=v1.2.1"
illumio_region = "aws-us-west-2"
name = "example-release"
description = "Dev cluster in aws-us-west-2"
Expand Down

0 comments on commit 9d829f0

Please sign in to comment.