Skip to content

Commit

Permalink
Upgrade terraform-provider-auth0 to v1.5.0 (#632)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-auth0
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-auth0 from 1.4.0  to 1.5.0.
	Fixes #631

---------

Co-authored-by: Ian Wahbe <[email protected]>
  • Loading branch information
pulumi-bot and iwahbe authored Aug 28, 2024
1 parent 431e1c5 commit d7ff36f
Show file tree
Hide file tree
Showing 156 changed files with 31,714 additions and 13,952 deletions.
184 changes: 184 additions & 0 deletions provider/cmd/pulumi-resource-auth0/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,76 @@
"attribute_map": {
"maxItemsOne": true
},
"attributes": {
"maxItemsOne": false,
"elem": {
"fields": {
"email": {
"maxItemsOne": false,
"elem": {
"fields": {
"identifier": {
"maxItemsOne": false
},
"signup": {
"maxItemsOne": false,
"elem": {
"fields": {
"verification": {
"maxItemsOne": false
}
}
}
}
}
}
},
"phone_number": {
"maxItemsOne": false,
"elem": {
"fields": {
"identifier": {
"maxItemsOne": false
},
"signup": {
"maxItemsOne": false,
"elem": {
"fields": {
"verification": {
"maxItemsOne": false
}
}
}
}
}
}
},
"username": {
"maxItemsOne": false,
"elem": {
"fields": {
"identifier": {
"maxItemsOne": false
},
"signup": {
"maxItemsOne": false
},
"validation": {
"maxItemsOne": false,
"elem": {
"fields": {
"allowed_types": {
"maxItemsOne": false
}
}
}
}
}
}
}
}
}
},
"connection_settings": {
"maxItemsOne": true
},
Expand Down Expand Up @@ -400,6 +470,9 @@
"password_no_personal_info": {
"maxItemsOne": true
},
"precedence": {
"maxItemsOne": false
},
"scopes": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -685,6 +758,25 @@
"current": "auth0:index/ruleConfig:RuleConfig",
"majorVersion": 3
},
"auth0_self_service_profile": {
"current": "auth0:index/selfServiceProfile:SelfServiceProfile",
"majorVersion": 3,
"fields": {
"branding": {
"maxItemsOne": true,
"elem": {
"fields": {
"colors": {
"maxItemsOne": true
}
}
}
},
"user_attributes": {
"maxItemsOne": false
}
}
},
"auth0_tenant": {
"current": "auth0:index/tenant:Tenant",
"majorVersion": 3,
Expand Down Expand Up @@ -1070,6 +1162,76 @@
"attribute_map": {
"maxItemsOne": false
},
"attributes": {
"maxItemsOne": false,
"elem": {
"fields": {
"email": {
"maxItemsOne": false,
"elem": {
"fields": {
"identifier": {
"maxItemsOne": false
},
"signup": {
"maxItemsOne": false,
"elem": {
"fields": {
"verification": {
"maxItemsOne": false
}
}
}
}
}
}
},
"phone_number": {
"maxItemsOne": false,
"elem": {
"fields": {
"identifier": {
"maxItemsOne": false
},
"signup": {
"maxItemsOne": false,
"elem": {
"fields": {
"verification": {
"maxItemsOne": false
}
}
}
}
}
}
},
"username": {
"maxItemsOne": false,
"elem": {
"fields": {
"identifier": {
"maxItemsOne": false
},
"signup": {
"maxItemsOne": false
},
"validation": {
"maxItemsOne": false,
"elem": {
"fields": {
"allowed_types": {
"maxItemsOne": false
}
}
}
}
}
}
}
}
}
},
"connection_settings": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -1113,6 +1275,9 @@
"password_no_personal_info": {
"maxItemsOne": false
},
"precedence": {
"maxItemsOne": false
},
"scopes": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -1222,6 +1387,25 @@
}
}
},
"auth0_self_service_profile": {
"current": "auth0:index/getSelfServiceProfile:getSelfServiceProfile",
"majorVersion": 3,
"fields": {
"branding": {
"maxItemsOne": false,
"elem": {
"fields": {
"colors": {
"maxItemsOne": false
}
}
}
},
"user_attributes": {
"maxItemsOne": false
}
}
},
"auth0_signing_keys": {
"current": "auth0:index/getSigningKeys:getSigningKeys",
"majorVersion": 3,
Expand Down
Loading

0 comments on commit d7ff36f

Please sign in to comment.