Skip to content

Commit

Permalink
Fix role description (#682)
Browse files Browse the repository at this point in the history
* Fix role description

* Fix import spacing

---------

Co-authored-by: Michael Franklin <[email protected]>
  • Loading branch information
illusional and illusional authored Feb 14, 2024
1 parent 81644b0 commit 08795fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metamist_infrastructure/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def _setup_etl_configuration_secret_value(self):
'metamist-etl-accessor-configuration-access',
project=self.config.metamist.gcp.project,
secret_id=self.etl_configuration_secret.id,
role='role/secretmanager.secretAccessor',
role='roles/secretmanager.secretAccessor',
member=pulumi.Output.concat(
'serviceAccount:', self.etl_load_service_account.email
),
Expand Down

0 comments on commit 08795fa

Please sign in to comment.