Skip to content

Commit 8fe46df

Browse files
authored
chore: fix the complete example (#345)
1 parent 8233be6 commit 8fe46df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/complete/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ module "vpe" {
135135
prefix = "vpe-to-pg"
136136
cloud_service_by_crn = [
137137
{
138-
name = "${var.prefix}-postgres"
139-
crn = module.postgresql_db.crn
138+
service_name = "${var.prefix}-postgres"
139+
crn = module.postgresql_db.crn
140140
},
141141
]
142142
vpc_id = module.vpc.vpc_id

0 commit comments

Comments
 (0)