-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
This is ready for another review @scross01 |
@@ -61,7 +61,7 @@ The following arguments are supported: | |||
* `default_access_rules` - (Optional) Specifies the details on which default access rules are enable or disabled. Default Access Rules | |||
are configured below. | |||
|
|||
* `desired_state` - (Optional) Specifies the desired state of the servie instance. Allowed values are `start`, `stop`, | |||
* `desired_state` - (Optional) Specifies the desired state of the service instance. Allowed values are `start`, `stop`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should change to running
and shutdown
However, I just noticed we added the DB running state in v1.1.0, so this is already out there. Could we "deprecate" the use of start/stop (with a warning) and add running/shutdown as the preferred values.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be able to migrate user's states over to a new format instead of deprecating but let's add that in the next release
@@ -128,6 +128,8 @@ value is `PAAS`. | |||
* `backup_destination` - (Optional) Specifies whether to enable backups for this Oracle Java Cloud Service instance. | |||
Valid values are `BOTH` or `NONE`. Defaults to `BOTH`. | |||
|
|||
* `desired_state` - (Optional) Specifies the desired state of the service instance. Allowed values are `start` or `stop`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be running
and shutdown
No description provided.