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
Copy file name to clipboardExpand all lines: README.md
+39-9Lines changed: 39 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
This Terraform module provisions Azure Cloud Credentials in F5 Distributed Cloud (XC). It creates an Azure Service Principal, Application, Role Definition with required permissions, along with a Cloud Credentials object in XC Cloud.
4
4
5
+
> **Note**: This module is developed and maintained by the [F5 DevCentral](https://github.com/f5devcentral) community. You can use this module as an example for your own development projects.
| create_sa | Create a new Service Principal |`bool`|`false`|
53
+
| azure_subscription_id | Existing Azure Subscription ID |`string`|`null`|
54
+
| azure_tenant_id | Existing Azure Tenant ID |`string`|`null`|
55
+
| azure_client_id | Existing Azure Service Principal Application ID |`string`|`null`|
56
+
| azure_client_secret | Existing Azure Service Principal Password |`string`|`null`|
57
+
| end_date | The absolute end date until which the password is valid, formatted as an RFC3339 date string (e.g. 2218-01-01T01:02:03Z). Changing this field forces a new resource to be created. |`string`|`null`|
58
+
| tags | A map of tags to add to all resources |`map(string)`|`{}`|
0 commit comments