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 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+
1726module "pubsub_scheduled_example" {
1827 source = " ../../../examples/pubsub_scheduled"
1928 project_id = var. project_id
Original file line number Diff line number Diff line change @@ -33,11 +33,3 @@ 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