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 Software
OSDU Data Platform
Deployment and Operations
GC Infrastructure code
Merge requests
!511
GONRG-5304: update IAM for cloud function
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GONRG-5304: update IAM for cloud function
GONRG-5304-update-cloud-function
into
master
Overview
3
Commits
4
Pipelines
4
Changes
1
All threads resolved!
Show all comments
Merged
Yauheni Rykhter (EPAM)
requested to merge
GONRG-5304-update-cloud-function
into
master
2 years ago
Overview
3
Commits
4
Pipelines
4
Changes
1
All threads resolved!
Show all comments
Expand
0
0
1
Merge request reports
Compare
master
version 3
35c170d5
2 years ago
version 2
3140e834
2 years ago
version 1
2d925406
2 years ago
master (base)
and
latest version
latest version
5fbe1fd7
4 commits,
2 years ago
version 3
35c170d5
3 commits,
2 years ago
version 2
3140e834
2 commits,
2 years ago
version 1
2d925406
1 commit,
2 years ago
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/osdu/postman_cloud_function.tf
+
9
−
0
Options
@@ -33,3 +33,12 @@ data "archive_file" "postman_cloud_function" {
output_file_mode
=
"0666"
output_path
=
"
${
path
.
module}
/files/postman/postman_cloud_function.zip"
}
resource
"google_cloudfunctions_function_iam_member"
"invoker"
{
project
=
google_cloudfunctions_function
.
postman_function
.
project
region
=
google_cloudfunctions_function
.
postman_function
.
region
cloud_function
=
google_cloudfunctions_function
.
postman_function
.
name
role
=
"roles/cloudfunctions.invoker"
member
=
"allUsers"
}
Loading