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
Fabien Bosquet
infra-azure-provisioning
Commits
167ced50
Commit
167ced50
authored
Oct 21, 2020
by
Daniel Scholl
Browse files
Lint Check missed
parent
6dd1b1c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
infra/templates/osdu-r3-mvp/data_partition/main.tf
View file @
167ced50
...
...
@@ -170,8 +170,8 @@ resource "azurerm_role_assignment" "storage_access" {
// Add Data Contributor Role to Principal
resource
"azurerm_role_assignment"
"storage_data_contributor"
{
count
=
length
(
local
.
rbac_principals
)
depends_on
=
[
azurerm_role_assignment
.
storage_access
]
count
=
length
(
local
.
rbac_principals
)
depends_on
=
[
azurerm_role_assignment
.
storage_access
]
role_definition_name
=
"Storage Blob Data Contributor"
principal_id
=
local
.
rbac_principals
[
count
.
index
]
...
...
@@ -201,8 +201,8 @@ resource "azurerm_role_assignment" "sdms_storage_access" {
// Add Data Contributor Role to Principal
resource
"azurerm_role_assignment"
"sdms_storage_data_contributor"
{
count
=
length
(
local
.
rbac_principals
)
depends_on
=
[
azurerm_role_assignment
.
sdms_storage_access
]
count
=
length
(
local
.
rbac_principals
)
depends_on
=
[
azurerm_role_assignment
.
sdms_storage_access
]
role_definition_name
=
"Storage Blob Data Contributor"
principal_id
=
local
.
rbac_principals
[
count
.
index
]
...
...
Write
Preview
Markdown
is supported
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