You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When permission_sets is removed then the module fails as I can see it's required
Terraform v1.1.7
on darwin_amd64
+ provider registry.terraform.io/hashicorp/aws v4.10.0
│ Error: error creating SSO Permission Set (AdministratorAccess): ConflictException: PermissionSet with name AdministratorAccess already exists.
│
│ with module.sso_devtest1.aws_ssoadmin_permission_set.this["AdministratorAccess"],
│ on .terraform/modules/sso_devtest1/main.tf line 45, in resource "aws_ssoadmin_permission_set" "this":
│ 45: resource "aws_ssoadmin_permission_set" "this" {
hi @jimsmith, apologies for late reply. I'm not sure I fully understand the issue. The ConflictException error could be caused by existing AdministratorAccess permission set, but in your example it should not be an issue. Would you be able to elaborate on the steps how to reproduce the issue? Many thanks
Hello,
After running this for the first time it creates the resources as expected.
I now create an AWS member account via aws organizations, I would have expected to be able to re-use existing SSO permission set
AdministratorAccess
as per AWS documentation: https://docs.aws.amazon.com/singlesignon/latest/userguide/permissionsets.html?icmpid=docs_sso_consoleWhen
permission_sets
is removed then the module fails as I can see it'srequired
The text was updated successfully, but these errors were encountered: