Skip to content

Commit 51c2307

Browse files
committed
feat: updated version
1 parent cf946b2 commit 51c2307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/create_environment_v3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module "simple-composer-environment" {
7474
| env\_variables | Variables of the airflow environment. | `map(string)` | `{}` | no |
7575
| environment\_size | The environment size controls the performance parameters of the managed Cloud Composer infrastructure that includes the Airflow database. Values for environment size are: `ENVIRONMENT_SIZE_SMALL`, `ENVIRONMENT_SIZE_MEDIUM`, and `ENVIRONMENT_SIZE_LARGE`. | `string` | `"ENVIRONMENT_SIZE_MEDIUM"` | no |
7676
| grant\_sa\_agent\_permission | Cloud Composer relies on Workload Identity as Google API authentication mechanism for Airflow. | `bool` | `true` | no |
77-
| image\_version | The version of the aiflow running in the cloud composer environment. | `string` | `"composer-3-airflow-2.10.2-build.5"` | no |
77+
| image\_version | The version of the aiflow running in the cloud composer environment. | `string` | `"composer-3-airflow-2.10.2-build.7"` | no |
7878
| kms\_key\_name | Customer-managed Encryption Key fully qualified resource name, i.e. projects/project-id/locations/location/keyRings/keyring/cryptoKeys/key. | `string` | `null` | no |
7979
| labels | The resource labels (a map of key/value pairs) to be applied to the Cloud Composer. | `map(string)` | `{}` | no |
8080
| maintenance\_end\_time | Time window specified for recurring maintenance operations in RFC3339 format | `string` | `null` | no |

modules/create_environment_v3/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ variable "env_variables" {
9797
variable "image_version" {
9898
type = string
9999
description = "The version of the aiflow running in the cloud composer environment."
100-
default = "composer-3-airflow-2.10.2-build.5"
100+
default = "composer-3-airflow-2.10.2-build.7"
101101
}
102102

103103
variable "web_server_plugins_mode" {

0 commit comments

Comments
 (0)