diff --git a/aws-mssql.yml b/aws-mssql.yml index 5af639315..fbec0f5c3 100644 --- a/aws-mssql.yml +++ b/aws-mssql.yml @@ -424,4 +424,3 @@ bind: - field_name: port type: integer details: The port number of the exposed MSSQL instance. -examples: [] diff --git a/aws-mysql.yml b/aws-mysql.yml index 794385264..7e5560ee8 100644 --- a/aws-mysql.yml +++ b/aws-mysql.yml @@ -390,19 +390,3 @@ bind: - field_name: port type: integer details: The port number of the exposed mysql instance. -examples: -- name: example - description: Create an example-plan MySQL instance - plan_id: 0f3522b2-f040-443b-bc53-4aed25284840 - provision_params: {"publicly_accessible": true} - bind_params: {} -- name: disable-upgrades - description: Create a MySQL instance with disabled upgrades - plan_id: 0f3522b2-f040-443b-bc53-4aed25284840 - provision_params: {"allow_major_version_upgrade": false, "auto_minor_version_upgrade": false, "publicly_accessible": true} - bind_params: {} -- name: with-maintenance-window - description: Create a MySQL instance with maintenance window - plan_id: 0f3522b2-f040-443b-bc53-4aed25284840 - provision_params: {"maintenance_day": "Thu", "maintenance_start_hour": "15", "maintenance_start_min": "30", "maintenance_end_hour": "17", "maintenance_end_min": "00", "publicly_accessible": true} - bind_params: {} diff --git a/aws-postgresql.yml b/aws-postgresql.yml index db62c2e49..4ce64d83a 100644 --- a/aws-postgresql.yml +++ b/aws-postgresql.yml @@ -420,23 +420,4 @@ bind: details: The jdbc url to connect to the database instance and database. - field_name: port type: integer - details: The port number of the exposed postgres instance. -examples: -- name: default - description: Create a default PostgreSQL instance - plan_id: de7dbcee-1c8d-11ed-9904-5f435c1e2316 - provision_params: {"publicly_accessible": true, "provider_verify_certificate": false} - bind_params: {} - bind_can_fail: true -- name: default-with-features - description: Create a medium multiaz PostgreSQL instance - plan_id: de7dbcee-1c8d-11ed-9904-5f435c1e2316 - provision_params: {"publicly_accessible": true, "multi_az": true, "storage_encrypted": true, "provider_verify_certificate": false} - bind_params: {} - bind_can_fail: true -- name: default-with-maintenance-window - description: Create a small PostgreSQL instance with encrypted storage - plan_id: de7dbcee-1c8d-11ed-9904-5f435c1e2316 - provision_params: {"maintenance_day": "Thu", "maintenance_start_hour": "15", "maintenance_start_min": "30", "maintenance_end_hour": "17", "maintenance_end_min": "00", "publicly_accessible": true, "provider_verify_certificate": false} - bind_params: {} - bind_can_fail: true \ No newline at end of file + details: The port number of the exposed postgres instance. \ No newline at end of file diff --git a/aws-redis.yml b/aws-redis.yml index a4627b913..aeecf8349 100644 --- a/aws-redis.yml +++ b/aws-redis.yml @@ -324,19 +324,3 @@ bind: template_refs: noop: terraform/redis/cluster/binding/noop.tf outputs: [] -examples: -- name: example - description: Create an example-plan Redis instance - plan_id: c7f64994-a1d9-4e1f-9491-9d8e56bbf146 - provision_params: {"multi_az_enabled": false} - bind_params: {} -- name: with-custom-region - description: Create a Redis instance with a custom region - plan_id: c7f64994-a1d9-4e1f-9491-9d8e56bbf146 - provision_params: {"region": "us-east-1", "multi_az_enabled": false} - bind_params: {} -- name: with-custom-node_type - description: Create a Redis instance with a custom node_type and slow logs enabled - plan_id: 2deb6c13-7ea1-4bad-a519-0ac9600e9a29 - provision_params: {"node_type": "cache.t2.micro", "multi_az_enabled": false, "logs_slow_log_enabled": true} - bind_params: {} diff --git a/aws-s3-bucket.yml b/aws-s3-bucket.yml index f4a5df71a..131236e04 100644 --- a/aws-s3-bucket.yml +++ b/aws-s3-bucket.yml @@ -243,15 +243,4 @@ bind: details: AWS access key - field_name: secret_access_key type: string - details: AWS secret access key -examples: -- name: s3-default - description: Default S3 Bucket - plan_id: f64891b4-5021-4742-9871-dfe1a9051302 - provision_params: {} - bind_params: {} -- name: s3-authenticated-read - description: S3 Bucket with ACL authenticated-read - plan_id: f64891b4-5021-4742-9871-dfe1a9051302 - provision_params: {"acl": "authenticated-read", "boc_object_ownership": "BucketOwnerPreferred"} - bind_params: {} + details: AWS secret access key \ No newline at end of file diff --git a/aws-sqs.yml b/aws-sqs.yml index d72741c50..4cc52d16d 100644 --- a/aws-sqs.yml +++ b/aws-sqs.yml @@ -197,14 +197,3 @@ bind: - field_name: secret_access_key type: string details: AWS secret access key -examples: -- name: standard - description: Standard Queue - plan_id: c2fdfc84-bf86-11ee-a4f5-8b0d531ce7e2 - provision_params: {} - bind_params: {} -- name: fifo - description: FIFO queue - plan_id: 093c1060-c1c0-11ee-8b97-ff07a1127dae - provision_params: {"fifo_throughput_limit": "perMessageGroupId", "deduplication_scope": "messageGroup"} - bind_params: {}