File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
fixtures/pubsub_scheduled Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
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
+
17
26
module "pubsub_scheduled_example" {
18
27
source = " ../../../examples/pubsub_scheduled"
19
28
project_id = var. project_id
Original file line number Diff line number Diff line change @@ -33,11 +33,3 @@ module "project" {
33
33
]
34
34
}
35
35
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