Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ subcategory : "Managed Databases"

# ovh_cloud_project_database_ip_restrictions (Data Source)

Deprecated: Use ip_restrictions field in cloud_project_database datasource instead.
~> **DEPRECATED** Use `ip_restrictions` field in `ovh_cloud_project_database` resource instead.

~> **NOTE** This resource is only compatible with the following engines: **cassandra, grafana, kafka, kakfaConnect, m3db, mongodb, mysql, opensearch, postgres, redis**

Use this data source to get the list of IP restrictions associated with a public cloud project.

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cloud_project_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ The following attributes are exported:
* `description` - See Argument Reference above.
* `ip` - See Argument Reference above.
* `status` - Current status of the IP restriction.
* `deletion_protection` - See Argument Reference above.
* `deletion_protection` - Enable deletion protection
* `kafka_rest_api` - See Argument Reference above.
* `kafka_schema_registry` - See Argument Reference above.
* `maintenance_time` - Time on which maintenances can start every day.
Expand Down
4 changes: 3 additions & 1 deletion docs/resources/cloud_project_database_ip_restriction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ subcategory : "Managed Databases"

# ovh_cloud_project_database_ip_restriction

Deprecated: Use ip_restriction field in cloud_project_database resource instead. Continuing to use the ovh_cloud_project_database_ip_restriction resource to add an IP restriction to a cloud_project_database resource will cause the cloud_project_database resource to be updated on every apply
~> **DEPRECATED** Use `ip_restrictions` field in `ovh_cloud_project_database` resource instead. Using the `ovh_cloud_project_database_ip_restriction` resource to add an IP restriction to a `ovh_cloud_project_database` resource will cause its update on each apply

~> **NOTE** This resource is only compatible with the following engines: **cassandra, grafana, kafka, kakfaConnect, m3db, mongodb, mysql, opensearch, postgres, redis**

Apply IP restrictions to an OVHcloud Managed Database cluster.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ For example, the {{ .SchemaMarkdown }} template can be used to replace manual sc

# ovh_cloud_project_database_ip_restrictions (Data Source)

Deprecated: Use ip_restrictions field in cloud_project_database datasource instead.
~> **DEPRECATED** Use `ip_restrictions` field in `ovh_cloud_project_database` resource instead.

~> **NOTE** This resource is only compatible with the following engines: **cassandra, grafana, kafka, kakfaConnect, m3db, mongodb, mysql, opensearch, postgres, redis**

Use this data source to get the list of IP restrictions associated with a public cloud project.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ For example, the {{ .SchemaMarkdown }} template can be used to replace manual sc

# ovh_cloud_project_database_ip_restriction

Deprecated: Use ip_restriction field in cloud_project_database resource instead. Continuing to use the ovh_cloud_project_database_ip_restriction resource to add an IP restriction to a cloud_project_database resource will cause the cloud_project_database resource to be updated on every apply
~> **DEPRECATED** Use `ip_restrictions` field in `ovh_cloud_project_database` resource instead. Using the `ovh_cloud_project_database_ip_restriction` resource to add an IP restriction to a `ovh_cloud_project_database` resource will cause its update on each apply

~> **NOTE** This resource is only compatible with the following engines: **cassandra, grafana, kafka, kakfaConnect, m3db, mongodb, mysql, opensearch, postgres, redis**

Apply IP restrictions to an OVHcloud Managed Database cluster.

Expand Down