oci_iot_iot_domain_configure_data_access

This resource provides the Iot Domain Configure Data Access resource in Oracle Cloud Infrastructure Iot service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/iot/latest/IotDomain/ConfigureDataAccess

Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/iot

Updates an IoT domain Data Access.

Example Usage

resource "oci_iot_iot_domain_configure_data_access" "test_iot_domain_configure_data_access" {
	#Required
	iot_domain_id = oci_iot_iot_domain.test_iot_domain.id
	type = var.iot_domain_configure_data_access_type

	#Optional
	db_allow_listed_identity_group_names = var.iot_domain_configure_data_access_db_allow_listed_identity_group_names
	db_allowed_identity_domain_host = var.iot_domain_configure_data_access_db_allowed_identity_domain_host
	db_workspace_admin_initial_password = var.iot_domain_configure_data_access_db_workspace_admin_initial_password
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Iot Domain Configure Data Access * update - (Defaults to 20 minutes), when updating the Iot Domain Configure Data Access * delete - (Defaults to 20 minutes), when destroying the Iot Domain Configure Data Access

Import

Import is not supported for this resource.