Skip to content

Commit

Permalink
fitx readme examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Spinelli committed Nov 16, 2023
1 parent 25625b2 commit e750ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/composer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This module Manages a Google Cloud [Composer](https://cloud.google.com/composer)
### Simple
```hcl
module "composer-environment" {
source = "./fabric/modules/cloud-composer"
source = "./fabric/modules/composer"
project_id = "my-project"
name = "my-env"
region = "europe-west1"
Expand All @@ -26,7 +26,7 @@ module "composer-environment" {
It is possible to configure nodes using the variable [node_config](variables.tf#L36).
```hcl
module "composer-environment" {
source = "./fabric/modules/cloud-composer"
source = "./fabric/modules/composer"
project_id = "my-project"
name = "my-env"
region = "europe-west1"
Expand All @@ -50,7 +50,7 @@ module "composer-environment" {
To set private environment configuration set [private_environment_config](variables.tf#L85)`.enable_private_endpoint` at `true`, configure the master, sql and web server cidr blocks.
```hcl
module "composer-environment" {
source = "./fabric/modules/cloud-composer"
source = "./fabric/modules/composer"
project_id = "my-project"
name = "my-env"
region = "europe-west1"
Expand Down

0 comments on commit e750ec4

Please sign in to comment.