Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-gcp-provisioning
Commits
18f474a5
Commit
18f474a5
authored
Jul 20, 2021
by
Aliaksandr Lubouski (EPAM)
🥑
Browse files
GONRG-2306: migrate from gke-istio to asm gke, fix fmt
parent
3f776ba1
Pipeline
#53104
passed with stage
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/osdu/https.tf
View file @
18f474a5
...
@@ -18,7 +18,7 @@ resource "local_file" "frontend" {
...
@@ -18,7 +18,7 @@ resource "local_file" "frontend" {
}
}
module
"kubectl"
{
module
"kubectl"
{
source
=
"terraform-google-modules/gcloud/google//modules/kubectl-wrapper"
source
=
"terraform-google-modules/gcloud/google//modules/kubectl-wrapper"
module_depends_on
=
[
google_container_cluster
.
primary
]
module_depends_on
=
[
google_container_cluster
.
primary
]
project_id
=
var
.
service_google_project
project_id
=
var
.
service_google_project
cluster_name
=
google_container_cluster
.
primary
.
name
cluster_name
=
google_container_cluster
.
primary
.
name
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment