Skip to content

Commit

Permalink
Upgrade healthcare module to use new fields. (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeweidaniel committed Feb 1, 2024
1 parent a2b11df commit bb070ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/tfengine/generated/team/project_data/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module "sql_instance" {

module "healthcare_dataset" {
source = "terraform-google-modules/healthcare/google"
version = "~> 2.2.1"
version = "~> 2.4.0"

name = "healthcare-dataset"
project = module.project.project_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ limitations under the License. */ -}}
{{range get . "healthcare_datasets"}}
module "{{resourceName . "name"}}" {
source = "terraform-google-modules/healthcare/google"
version = "~> 2.2.1"
version = "~> 2.4.0"

name = "{{.name}}"
project = module.project.project_id
Expand Down

0 comments on commit bb070ba

Please sign in to comment.