File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
fixtures/pubsub_scheduled Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- module "app-engine" {
18- source = " terraform-google-modules/project-factory/google//modules/app_engine"
19- version = " ~> 3.0"
20-
21- location_id = " us-central"
22-
23- project_id = var. project_id
24- }
25-
2617module "pubsub_scheduled_example" {
2718 source = " ../../../examples/pubsub_scheduled"
2819 project_id = var. project_id
Original file line number Diff line number Diff line change @@ -33,3 +33,11 @@ module "project" {
3333 ]
3434}
3535
36+ module "app-engine" {
37+ source = " terraform-google-modules/project-factory/google//modules/app_engine"
38+ version = " ~> 3.0"
39+
40+ location_id = " us-central"
41+
42+ project_id = module. project . project_id
43+ }
You can’t perform that action at this time.
0 commit comments