Skip to content

Commit 1306651

Browse files
committed
ORCH-1192 Reduce patches by fully using our override maps
1 parent d675e80 commit 1306651

File tree

75 files changed

+357
-368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+357
-368
lines changed

docs/identity/api_keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following attributes are exported:
1010
* `id` - An Oracle-assigned identifier for the key, in this format: TENANCY_OCID/USER_OCID/KEY_FINGERPRINT.
1111
* `inactive_status` - The detailed status of INACTIVE lifecycleState.
1212
* `key_value` - The key's value.
13-
* `state` - The API key's current state.
13+
* `state` - The API key's current state.
1414
* `time_created` - Date and time the `ApiKey` object was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
1515
* `user_id` - The OCID of the user the key belongs to.
1616

@@ -51,7 +51,7 @@ Any change to a property that does not support update will force the destruction
5151
```hcl
5252
resource "oci_identity_api_key" "test_api_key" {
5353
#Required
54-
key_value = "${var.api_key_key}"
54+
key_value = "${var.api_key_key_value}"
5555
user_id = "${oci_identity_user.test_user.id}"
5656
}
5757
```

docs/identity/auth_tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following attributes are exported:
99
* `description` - The description you assign to the auth token. Does not have to be unique, and it's changeable.
1010
* `id` - The OCID of the auth token.
1111
* `inactive_state` - The detailed status of INACTIVE lifecycleState.
12-
* `state` - The token's current state.
12+
* `state` - The token's current state.
1313
* `time_created` - Date and time the `AuthToken` object was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
1414
* `time_expires` - Date and time when this auth token will expire, in the format defined by RFC3339. Null if it never expires. Example: `2016-08-25T21:10:29.600Z`
1515
* `token` - The auth token. The value is available only in the response for `CreateAuthToken`, and not for `ListAuthTokens` or `UpdateAuthToken`.

docs/identity/compartments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following attributes are exported:
1313
* `id` - The OCID of the compartment.
1414
* `inactive_state` - The detailed status of INACTIVE lifecycleState.
1515
* `name` - The name you assign to the compartment during creation. The name must be unique across all compartments in the tenancy. Avoid entering confidential information.
16-
* `state` - The compartment's current state.
16+
* `state` - The compartment's current state.
1717
* `time_created` - Date and time the compartment was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
1818

1919

docs/identity/customer_secret_keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following attributes are exported:
99
* `display_name` - The displayName you assign to the secret key. Does not have to be unique, and it's changeable.
1010
* `id` - The OCID of the secret key.
1111
* `inactive_state` - The detailed status of INACTIVE lifecycleState.
12-
* `state` - The secret key's current state.
12+
* `state` - The secret key's current state.
1313
* `time_created` - Date and time the `CustomerSecretKey` object was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
1414
* `time_expires` - Date and time when this password will expire, in the format defined by RFC3339. Null if it never expires. Example: `2016-08-25T21:10:29.600Z`
1515
* `user_id` - The OCID of the user the password belongs to.

docs/identity/dynamic_groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following attributes are exported:
1212
* `inactive_state` - The detailed status of INACTIVE lifecycleState.
1313
* `matching_rule` - A rule string that defines which instance certificates will be matched. For syntax, see [Managing Dynamic Groups](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Tasks/managingdynamicgroups.htm).
1414
* `name` - The name you assign to the group during creation. The name must be unique across all groups in the tenancy and cannot be changed.
15-
* `state` - The group's current state.
15+
* `state` - The group's current state.
1616
* `time_created` - Date and time the group was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
1717

1818

docs/identity/groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following attributes are exported:
1313
* `id` - The OCID of the group.
1414
* `inactive_state` - The detailed status of INACTIVE lifecycleState.
1515
* `name` - The name you assign to the group during creation. The name must be unique across all groups in the tenancy and cannot be changed.
16-
* `state` - The group's current state.
16+
* `state` - The group's current state.
1717
* `time_created` - Date and time the group was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
1818

1919

docs/identity/identity_providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following attributes are exported:
2121

2222
Example: `IDCS`
2323
* `protocol` - The protocol used for federation. Allowed value: `SAML2`. Example: `SAML2`
24-
* `state` - The current state.
24+
* `state` - The current state.
2525
* `time_created` - Date and time the `IdentityProvider` was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
2626

2727

docs/identity/idp_group_mappings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following attributes are exported:
1212
* `identity_provider_id` - The OCID of the `IdentityProvider` this mapping belongs to.
1313
* `idp_group_name` - The name of the IdP group that is mapped to the IAM Service group.
1414
* `inactive_state` - The detailed status of INACTIVE lifecycleState.
15-
* `state` - The mapping's current state.
15+
* `state` - The mapping's current state.
1616
* `time_created` - Date and time the mapping was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
1717

1818

docs/identity/policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following attributes are exported:
1313
* `id` - The OCID of the policy.
1414
* `inactive_state` - The detailed status of INACTIVE lifecycleState.
1515
* `name` - The name you assign to the policy during creation. The name must be unique across all policies in the tenancy and cannot be changed.
16-
* `state` - The policy's current state.
16+
* `state` - The policy's current state.
1717
* `statements` - An array of one or more policy statements written in the policy language.
1818
* `time_created` - Date and time the policy was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
1919
* `version_date` - The version of the policy. If null or set to an empty string, when a request comes in for authorization, the policy will be evaluated according to the current behavior of the services at that moment. If set to a particular date (YYYY-MM-DD), the policy will be evaluated according to the behavior of the services on that date.

docs/identity/smtp_credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following attributes are exported:
99
* `description` - The description you assign to the SMTP credential. Does not have to be unique, and it's changeable.
1010
* `id` - The OCID of the SMTP credential.
1111
* `inactive_state` - The detailed status of INACTIVE lifecycleState.
12-
* `state` - The credential's current state.
12+
* `state` - The credential's current state.
1313
* `time_created` - Date and time the `SmtpCredential` object was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
1414
* `time_expires` - Date and time when this credential will expire, in the format defined by RFC3339. Null if it never expires. Example: `2016-08-25T21:10:29.600Z`
1515
* `user_id` - The OCID of the user the SMTP credential belongs to.

0 commit comments

Comments
 (0)