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
|[oci_identity_availability_domain.ad](https://registry.terraform.io/providers/oracle/oci/4.72.0/docs/data-sources/identity_availability_domain)| data source |
16
22
17
23
## Inputs
18
24
19
25
| Name | Description | Type | Default | Required |
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Project name that will be use to identifiy the resources |`string`|`"my-project"`| no |
27
+
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Project name that will be use to identifiy the resources |`string`|`"vscode"`| no |
22
28
| <aname="input_stage"></a> [stage](#input\_stage)| Stage/environment name to tag and suffix the infrastructure composants |`string`|`"dev"`| no |
23
29
| <aname="input_tenancy_ocid"></a> [tenancy\_ocid](#input\_tenancy\_ocid)| Tenancy OCID |`string`|`null`| no |
30
+
| <aname="input_compartment_ocid"></a> [compartment\_ocid](#input\_compartment\_ocid)| Compartment OCID |`string`|`null`| no |
24
31
| <aname="input_user_ocid"></a> [user\_ocid](#input\_user\_ocid)| User OCID |`string`|`null`| no |
25
32
| <aname="input_fingerprint"></a> [fingerprint](#input\_fingerprint)| Fingerprint |`string`|`null`| no |
26
33
| <aname="input_private_key"></a> [private\_key](#input\_private\_key)| Private Key content |`string`|`null`| no |
0 commit comments