File tree Expand file tree Collapse file tree 8 files changed +159
-9
lines changed Expand file tree Collapse file tree 8 files changed +159
-9
lines changed Original file line number Diff line number Diff line change
1
+ /* *
2
+ * Copyright 2021 Google LLC
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ terraform {
18
+ required_version = " >= 0.13"
19
+ required_providers {
20
+
21
+ google = {
22
+ source = " hashicorp/google"
23
+ version = " ~> 3.53"
24
+ }
25
+ }
26
+
27
+ provider_meta "google" {
28
+ module_name = " blueprints/terraform/terraform-google-data-fusion:dataproc_profile/v1.0.0"
29
+ }
30
+
31
+ }
Original file line number Diff line number Diff line change
1
+ /* *
2
+ * Copyright 2021 Google LLC
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ terraform {
18
+ required_version = " >= 0.13"
19
+ required_providers {
20
+
21
+ google = {
22
+ source = " hashicorp/google"
23
+ version = " ~> 3.53"
24
+ }
25
+ }
26
+
27
+ provider_meta "google" {
28
+ module_name = " blueprints/terraform/terraform-google-data-fusion:hub_artifact/v1.0.0"
29
+ }
30
+
31
+ }
Original file line number Diff line number Diff line change
1
+ /* *
2
+ * Copyright 2021 Google LLC
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ terraform {
18
+ required_version = " >= 0.13"
19
+ required_providers {
20
+
21
+ google = {
22
+ source = " hashicorp/google"
23
+ version = " ~> 3.53"
24
+ }
25
+ }
26
+
27
+ provider_meta "google" {
28
+ module_name = " blueprints/terraform/terraform-google-data-fusion:namespace/v1.0.0"
29
+ }
30
+
31
+ }
Original file line number Diff line number Diff line change 1
1
/* *
2
- * Copyright 2020 Google LLC
2
+ * Copyright 2021 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
15
15
*/
16
16
17
17
terraform {
18
- required_version = " ~> 0.12.6 "
18
+ required_version = " >= 0.13 "
19
19
required_providers {
20
- google = " ~> 3.0"
20
+
21
+ google = {
22
+ source = " hashicorp/google"
23
+ version = " ~> 3.53"
24
+ }
25
+ }
26
+
27
+ provider_meta "google" {
28
+ module_name = " blueprints/terraform/terraform-google-data-fusion:private_network/v1.0.0"
21
29
}
30
+
22
31
}
Original file line number Diff line number Diff line change
1
+ /* *
2
+ * Copyright 2021 Google LLC
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ terraform {
18
+ required_version = " >= 0.13"
19
+ required_providers {
20
+
21
+ google = {
22
+ source = " hashicorp/google"
23
+ version = " ~> 3.53"
24
+ }
25
+ google-beta = {
26
+ source = " hashicorp/google-beta"
27
+ version = " ~> 3.53"
28
+ }
29
+ }
30
+
31
+ provider_meta "google" {
32
+ module_name = " blueprints/terraform/terraform-google-data-fusion:wait_healthy/v1.0.0"
33
+ }
34
+
35
+ provider_meta "google-beta" {
36
+ module_name = " blueprints/terraform/terraform-google-data-fusion:wait_healthy/v1.0.0"
37
+ }
38
+
39
+ }
Original file line number Diff line number Diff line change 16
16
17
17
module "project" {
18
18
source = " terraform-google-modules/project-factory/google"
19
- version = " ~> 3 .0"
19
+ version = " ~> 10 .0"
20
20
21
21
name = " ci-data_fusion"
22
22
random_project_id = " true"
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ terraform {
19
19
}
20
20
21
21
provider "google" {
22
- version = " ~> 2.13 .0"
22
+ version = " ~> 3.53 .0"
23
23
}
24
24
25
25
provider "google-beta" {
26
- version = " ~> 2.13 .0"
26
+ version = " ~> 3.53 .0"
27
27
}
Original file line number Diff line number Diff line change 1
1
/* *
2
- * Copyright 2020 Google LLC
2
+ * Copyright 2021 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
15
15
*/
16
16
17
17
terraform {
18
- required_version = " ~> 0.12.6 "
18
+ required_version = " >= 0.13 "
19
19
required_providers {
20
- google = " ~> 3.0"
20
+
21
+ google = {
22
+ source = " hashicorp/google"
23
+ version = " ~> 3.53"
24
+ }
25
+ }
26
+
27
+ provider_meta "google" {
28
+ module_name = " blueprints/terraform/terraform-google-data-fusion/v1.0.0"
21
29
}
30
+
22
31
}
You can’t perform that action at this time.
0 commit comments