Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-app-donations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-app-donations
Commits
fd57933a
Commit
fd57933a
authored
1 year ago
by
Ole Langbehn
Browse files
Options
Downloads
Patches
Plain Diff
HOLI-4935 disable transitive removal and keep service enabled on destroy
parent
f7107bf1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
terraform/environments/deployment.tf
+2
-0
2 additions, 0 deletions
terraform/environments/deployment.tf
with
2 additions
and
0 deletions
terraform/environments/deployment.tf
+
2
−
0
View file @
fd57933a
...
@@ -18,6 +18,8 @@ resource "google_project_service" "service" {
...
@@ -18,6 +18,8 @@ resource "google_project_service" "service" {
service
=
each
.
key
service
=
each
.
key
project
=
data
.
terraform_remote_state
.
holi_infra_state
.
outputs
.
shared_project_id
project
=
data
.
terraform_remote_state
.
holi_infra_state
.
outputs
.
shared_project_id
# keep this property as false. Having it true caused https://holi.atlassian.net/wiki/spaces/HOLI/pages/348258312/2023-06-27+All+services+down
disable_dependent_services
=
false
disable_on_destroy
=
false
disable_on_destroy
=
false
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment