Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GC Infrastructure code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Deployment and Operations
GC Infrastructure code
Merge requests
!1512
GONRG-9766 Cleanup Resources
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GONRG-9766 Cleanup Resources
GONRG-9766-cleanup-resources
into
master
Overview
0
Commits
19
Pipelines
39
Changes
15
Merged
Abdulmohsen Alateeq (EPAM)
requested to merge
GONRG-9766-cleanup-resources
into
master
8 months ago
Overview
0
Commits
19
Pipelines
39
Changes
15
Expand
0
0
Merge request reports
Compare
master
version 18
39e54467
8 months ago
version 17
dfc38ae2
8 months ago
version 16
d4ff75e3
8 months ago
version 15
a190d637
8 months ago
version 14
d62f71dd
8 months ago
version 13
14f482bf
8 months ago
version 12
5ae4add4
8 months ago
version 11
01c45a92
8 months ago
version 10
a74472a5
8 months ago
version 9
3063130d
8 months ago
version 8
e4b34a85
8 months ago
version 7
ffc1cedd
8 months ago
version 6
f051bae5
8 months ago
version 5
b297fe65
8 months ago
version 4
8b782731
8 months ago
version 3
154da798
8 months ago
version 2
67cfc1e4
8 months ago
version 1
dabb50bb
8 months ago
master (base)
and
latest version
latest version
2f29ad29
19 commits,
8 months ago
version 18
39e54467
18 commits,
8 months ago
version 17
dfc38ae2
17 commits,
8 months ago
version 16
d4ff75e3
16 commits,
8 months ago
version 15
a190d637
15 commits,
8 months ago
version 14
d62f71dd
14 commits,
8 months ago
version 13
14f482bf
13 commits,
8 months ago
version 12
5ae4add4
12 commits,
8 months ago
version 11
01c45a92
11 commits,
8 months ago
version 10
a74472a5
10 commits,
8 months ago
version 9
3063130d
9 commits,
8 months ago
version 8
e4b34a85
8 commits,
8 months ago
version 7
ffc1cedd
7 commits,
8 months ago
version 6
f051bae5
6 commits,
8 months ago
version 5
b297fe65
5 commits,
8 months ago
version 4
8b782731
4 commits,
8 months ago
version 3
154da798
3 commits,
8 months ago
version 2
67cfc1e4
2 commits,
8 months ago
version 1
dabb50bb
1 commit,
8 months ago
15 files
+
221
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
modules/osdu/modules/buckets/main.tf
+
3
−
0
Options
@@ -23,6 +23,9 @@ resource "google_storage_bucket" "bucket" {
storage_class
=
var
.
bucket_storage_class
force_destroy
=
true
labels
=
{
env
=
"automated-osdu"
}
versioning
{
enabled
=
true
}
Loading