Skip to content

Commit

Permalink
Update cloud-operator version to v0.0.6 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanj80-illumio authored Oct 10, 2024
1 parent de1c01a commit 4bd420f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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.3 |
| <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.4 |

## 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.3"
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account?ref=v1.2.4"
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.3 |
| <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.3 |
| <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.4 |
| <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.4 |

## 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.3"
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/aws_account?ref=v1.2.4"
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_flow_logs_s3_buckets?ref=v1.2.3"
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/aws_flow_logs_s3_buckets?ref=v1.2.4"
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.3 |
| <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.4 |

## 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.3"
source = "github.com/illumio/terraform-illumio-cloudsecure//modules/k8s_cluster?ref=v1.2.4"
illumio_region = "aws-us-west-2"
name = "example-release"
description = "Dev cluster in aws-us-west-2"
Expand Down
2 changes: 1 addition & 1 deletion modules/k8s_cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ No modules.
| <a name="input_illumio_region"></a> [illumio\_region](#input\_illumio\_region) | Illumio Region where the k8s cluster can be onboarded using this credential. An Illumio Region is a designated cloud region where the CloudSecure k8s operators in onboarded k8s clusters connect after onboarding. Choose the Illumio Region nearest to each cluster to maximize performance and security. Must be one of: `aws-ap-southeast-2`, `aws-eu-west-2`, `aws-us-west-2`. | `string` | n/a | yes |
| <a name="input_name"></a> [name](#input\_name) | The name of the cloud-secure deployment in the k8s cluster and of the CloudSecure onboarding credential used to onboard the k8s cluster. | `string` | n/a | yes |
| <a name="input_operator_namespace"></a> [operator\_namespace](#input\_operator\_namespace) | The k8s namespace where cloud-operator is to be deployed into. | `string` | `"illumio-cloud"` | no |
| <a name="input_operator_version"></a> [operator\_version](#input\_operator\_version) | The version of cloud-operator to be deployed into the k8s cluster. | `string` | `"v0.0.3"` | no |
| <a name="input_operator_version"></a> [operator\_version](#input\_operator\_version) | The version of cloud-operator to be deployed into the k8s cluster. | `string` | `"v0.0.6"` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion modules/k8s_cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ variable "create_operator_namespace" {
variable "operator_version" {
description = "The version of cloud-operator to be deployed into the k8s cluster."
type = string
default = "v0.0.3"
default = "v0.0.6"
}

0 comments on commit 4bd420f

Please sign in to comment.