strongdm 3.16.0__zip → 3.17.0__zip
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {strongdm-3.16.0 → strongdm-3.17.0}/PKG-INFO +2 -2
- {strongdm-3.16.0 → strongdm-3.17.0}/setup.py +2 -2
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/client.py +1 -1
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/drivers_pb2.py +250 -162
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/models.py +2101 -85
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/nodes_pb2.py +14 -6
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/plumbing.py +132 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/svc.py +2 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-3.16.0 → strongdm-3.17.0}/README.md +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/setup.cfg +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/__init__.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/constants.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/errors.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/options_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-3.16.0 → strongdm-3.17.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -30,7 +30,7 @@ from . import options_pb2 as options__pb2
|
|
30
30
|
from . import tags_pb2 as tags__pb2
|
31
31
|
|
32
32
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rdrivers.proto\x12\x02v1\x1a\roptions.proto\x1a\ntags.proto\"\x99\x39\n\x08Resource\x12;\n\x03\x61ks\x18\xa5\x06 \x01(\x0b\x32\x07.v1.AKSB\"\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ksH\x00\x12X\n\x0e\x61ks_basic_auth\x18\xa6\x06 \x01(\x0b\x32\x10.v1.AKSBasicAuthB+\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61kshttpbasicH\x00\x12g\n\x13\x61ks_service_account\x18\xa7\x06 \x01(\x0b\x32\x15.v1.AKSServiceAccountB0\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61ksserviceaccountH\x00\x12\x9c\x01\n&aks_service_account_user_impersonation\x18\xaa\x06 \x01(\x0b\x32&.v1.AKSServiceAccountUserImpersonationBA\xf2\xf8\xb3\x07<\xca\xf3\xb3\x07\x37\xc2\xf4\xb3\x07\x32\n\x0cjson_gateway\x12\"aksserviceaccountuserimpersonationH\x00\x12p\n\x16\x61ks_user_impersonation\x18\xae\x06 \x01(\x0b\x32\x18.v1.AKSUserImpersonationB3\xf2\xf8\xb3\x07.\xca\xf3\xb3\x07)\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x61ksuserimpersonationH\x00\x12;\n\x03\x61ws\x18\xfc\x11 \x01(\x0b\x32\x07.v1.AWSB\"\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61wsH\x00\x12Q\n\x0b\x61ws_console\x18\xb8\x17 \x01(\x0b\x32\x0e.v1.AWSConsoleB)\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nawsConsoleH\x00\x12{\n\x1b\x61ws_console_static_key_pair\x18\xb9\x17 \x01(\x0b\x32\x1b.v1.AWSConsoleStaticKeyPairB6\xf2\xf8\xb3\x07\x31\xca\xf3\xb3\x07,\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x61wsConsoleStaticKeyPairH\x00\x12N\n\namazon_eks\x18\xa2\x06 \x01(\x0b\x32\r.v1.AmazonEKSB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tamazoneksH\x00\x12}\n\x1b\x61mazon_eks_instance_profile\x18\xa9\x06 \x01(\x0b\x32\x1c.v1.AmazonEKSInstanceProfileB7\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18\x61mazoneksinstanceprofileH\x00\x12\xb2\x01\n.amazon_eks_instance_profile_user_impersonation\x18\xad\x06 \x01(\x0b\x32-.v1.AmazonEKSInstanceProfileUserImpersonationBH\xf2\xf8\xb3\x07\x43\xca\xf3\xb3\x07>\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)amazoneksinstanceprofileuserimpersonationH\x00\x12\x83\x01\n\x1d\x61mazon_eks_user_impersonation\x18\xb2\x06 \x01(\x0b\x32\x1e.v1.AmazonEKSUserImpersonationB9\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1a\x61mazoneksuserimpersonationH\x00\x12K\n\tamazon_es\x18\xd8\x04 \x01(\x0b\x32\x0c.v1.AmazonESB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x61mazonesH\x00\x12\x63\n\x11\x61mazon_mqamqp_091\x18\xc5\x13 \x01(\x0b\x32\x13.v1.AmazonMQAMQP091B0\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61mazonmq-amqp-091H\x00\x12\x43\n\x06\x61thena\x18\x64 \x01(\x0b\x32\n.v1.AthenaB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x61thenaH\x00\x12U\n\x0c\x61urora_mysql\x18\xcd\x08 \x01(\x0b\x32\x0f.v1.AuroraMysqlB+\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61urora-mysqlH\x00\x12^\n\x0f\x61urora_postgres\x18\x95\n \x01(\x0b\x32\x12.v1.AuroraPostgresB.\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x61urora-postgresH\x00\x12\x41\n\x05\x61zure\x18\xf0\x15 \x01(\x0b\x32\t.v1.AzureB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x61zureH\x00\x12\\\n\x11\x61zure_certificate\x18\xf1\x15 \x01(\x0b\x32\x14.v1.AzureCertificateB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tazurecertH\x00\x12Q\n\x0b\x61zure_mysql\x18\xd3\x08 \x01(\x0b\x32\x0e.v1.AzureMysqlB)\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nazuremysqlH\x00\x12Z\n\x0e\x61zure_postgres\x18\x9b\n \x01(\x0b\x32\x11.v1.AzurePostgresB,\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\razurepostgresH\x00\x12K\n\tbig_query\x18\xc8\x01 \x01(\x0b\x32\x0c.v1.BigQueryB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x62igqueryH\x00\x12M\n\tcassandra\x18\xac\x02 \x01(\x0b\x32\r.v1.CassandraB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcassandraH\x00\x12\x41\n\x05\x63itus\x18\x99\n \x01(\x0b\x32\t.v1.CitusB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x63itusH\x00\x12J\n\x08\x63lustrix\x18\xce\x08 \x01(\x0b\x32\x0c.v1.ClustrixB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x63lustrixH\x00\x12M\n\tcockroach\x18\x97\n \x01(\x0b\x32\r.v1.CockroachB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcockroachH\x00\x12@\n\x06\x64\x62_2_i\x18\xe0\x12 \x01(\x0b\x32\x08.v1.DB2IB#\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x0cjson_gateway\x12\x04\x64\x62\x32iH\x00\x12\x46\n\x08\x64\x62_2_luw\x18\x98\x11 \x01(\x0b\x32\n.v1.DB2LUWB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64\x62\x32luwH\x00\x12^\n\x10\x64ocument_db_host\x18\x9c\x08 \x01(\x0b\x32\x12.v1.DocumentDBHostB-\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x64ocumentdbhostH\x00\x12q\n\x17\x64ocument_db_replica_set\x18\x9d\x08 \x01(\x0b\x32\x18.v1.DocumentDBReplicaSetB3\xf2\xf8\xb3\x07.\xca\xf3\xb3\x07)\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x64ocumentdbreplicasetH\x00\x12\x41\n\x05\x64ruid\x18\x90\x03 \x01(\x0b\x32\t.v1.DruidB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x64ruidH\x00\x12I\n\tdynamo_db\x18\xf4\x03 \x01(\x0b\x32\x0c.v1.DynamoDBB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64ynamoH\x00\x12G\n\x07\x65lastic\x18\xd9\x04 \x01(\x0b\x32\x0b.v1.ElasticB&\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65lasticH\x00\x12Z\n\x11\x65lasticache_redis\x18\xc1\x0c \x01(\x0b\x32\x14.v1.ElasticacheRedisB&\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65\x63redisH\x00\x12;\n\x03gcp\x18\x8c\x15 \x01(\x0b\x32\x07.v1.GCPB\"\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03gcpH\x00\x12N\n\ngoogle_gke\x18\xa3\x06 \x01(\x0b\x32\r.v1.GoogleGKEB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgooglegkeH\x00\x12\x83\x01\n\x1dgoogle_gke_user_impersonation\x18\xb0\x06 \x01(\x0b\x32\x1e.v1.GoogleGKEUserImpersonationB9\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1agooglegkeuserimpersonationH\x00\x12M\n\tgreenplum\x18\x96\n \x01(\x0b\x32\r.v1.GreenplumB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgreenplumH\x00\x12K\n\thttp_auth\x18\xbe\x05 \x01(\x0b\x32\x0c.v1.HTTPAuthB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08httpAuthH\x00\x12W\n\x0fhttp_basic_auth\x18\xbc\x05 \x01(\x0b\x32\x11.v1.HTTPBasicAuthB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\thttpBasicH\x00\x12R\n\x0chttp_no_auth\x18\xbd\x05 \x01(\x0b\x32\x0e.v1.HTTPNoAuthB)\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nhttpNoAuthH\x00\x12P\n\nkubernetes\x18\xa0\x06 \x01(\x0b\x32\x0e.v1.KubernetesB)\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nkubernetesH\x00\x12m\n\x15kubernetes_basic_auth\x18\xa1\x06 \x01(\x0b\x32\x17.v1.KubernetesBasicAuthB2\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13kuberneteshttpbasicH\x00\x12|\n\x1akubernetes_service_account\x18\xa4\x06 \x01(\x0b\x32\x1c.v1.KubernetesServiceAccountB7\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18kubernetesserviceaccountH\x00\x12\xb1\x01\n-kubernetes_service_account_user_impersonation\x18\xa8\x06 \x01(\x0b\x32-.v1.KubernetesServiceAccountUserImpersonationBH\xf2\xf8\xb3\x07\x43\xca\xf3\xb3\x07>\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)kubernetesserviceaccountuserimpersonationH\x00\x12\x85\x01\n\x1dkubernetes_user_impersonation\x18\xac\x06 \x01(\x0b\x32\x1f.v1.KubernetesUserImpersonationB:\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x0cjson_gateway\x12\x1bkubernetesuserimpersonationH\x00\x12N\n\nmtls_mysql\x18\xd2\x08 \x01(\x0b\x32\r.v1.MTLSMysqlB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmTLSMysqlH\x00\x12W\n\rmtls_postgres\x18\x9a\n \x01(\x0b\x32\x10.v1.MTLSPostgresB+\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmTLSPostgresH\x00\x12\x41\n\x05maria\x18\xcf\x08 \x01(\x0b\x32\t.v1.MariaB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mariaH\x00\x12M\n\tmemcached\x18\x84\x07 \x01(\x0b\x32\r.v1.MemcachedB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmemcachedH\x00\x12\x44\n\x06memsql\x18\xd0\x08 \x01(\x0b\x32\n.v1.MemsqlB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06memsqlH\x00\x12N\n\nmongo_host\x18\xea\x07 \x01(\x0b\x32\r.v1.MongoHostB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmongoHostH\x00\x12W\n\x11mongo_legacy_host\x18\xe8\x07 \x01(\x0b\x32\x13.v1.MongoLegacyHostB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mongoH\x00\x12n\n\x17mongo_legacy_replicaset\x18\xe9\x07 \x01(\x0b\x32\x19.v1.MongoLegacyReplicasetB/\xf2\xf8\xb3\x07*\xca\xf3\xb3\x07%\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10mongo-replicasetH\x00\x12\x61\n\x11mongo_replica_set\x18\xeb\x07 \x01(\x0b\x32\x13.v1.MongoReplicaSetB.\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0fmongoReplicaSetH\x00\x12m\n\x15mongo_sharded_cluster\x18\x9e\x08 \x01(\x0b\x32\x17.v1.MongoShardedClusterB2\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13mongoshardedclusterH\x00\x12\x41\n\x05mysql\x18\xcc\x08 \x01(\x0b\x32\t.v1.MysqlB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mysqlH\x00\x12G\n\x07neptune\x18\xca\x11 \x01(\x0b\x32\x0b.v1.NeptuneB&\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07neptuneH\x00\x12Q\n\x0bneptune_iam\x18\x99\x11 \x01(\x0b\x32\x0e.v1.NeptuneIAMB)\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nneptuneiamH\x00\x12\x44\n\x06oracle\x18\xb0\t \x01(\x0b\x32\n.v1.OracleB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06oracleH\x00\x12J\n\x08postgres\x18\x94\n \x01(\x0b\x32\x0c.v1.PostgresB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08postgresH\x00\x12\x44\n\x06presto\x18\xf8\n \x01(\x0b\x32\n.v1.PrestoB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06prestoH\x00\x12;\n\x03rdp\x18\xdc\x0b \x01(\x0b\x32\x07.v1.RDPB\"\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03rdpH\x00\x12\x63\n\x11rabbit_mqamqp_091\x18\xc4\x13 \x01(\x0b\x32\x13.v1.RabbitMQAMQP091B0\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11rabbitmq-amqp-091H\x00\x12\x45\n\x07raw_tcp\x18\xa8\x14 \x01(\x0b\x32\n.v1.RawTCPB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06rawtcpH\x00\x12\x41\n\x05redis\x18\xc0\x0c \x01(\x0b\x32\t.v1.RedisB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05redisH\x00\x12J\n\x08redshift\x18\x98\n \x01(\x0b\x32\x0c.v1.RedshiftB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08redshiftH\x00\x12J\n\nsql_server\x18\x88\x0e \x01(\x0b\x32\r.v1.SQLServerB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mssqlH\x00\x12\x61\n\x13sql_server_azure_ad\x18\x8d\x0e \x01(\x0b\x32\x14.v1.SQLServerAzureADB+\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmssqlAzureADH\x00\x12h\n\x16sql_server_kerberos_ad\x18\x92\x0e \x01(\x0b\x32\x17.v1.SQLServerKerberosADB,\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rmssqlKerberosH\x00\x12;\n\x03ssh\x18\xec\x0e \x01(\x0b\x32\x07.v1.SSHB\"\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03sshH\x00\x12H\n\x08ssh_cert\x18\xed\x0e \x01(\x0b\x32\x0b.v1.SSHCertB&\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07sshCertH\x00\x12^\n\x10ssh_customer_key\x18\xee\x0e \x01(\x0b\x32\x12.v1.SSHCustomerKeyB-\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0esshCustomerKeyH\x00\x12T\n\x0csingle_store\x18\xd1\x08 \x01(\x0b\x32\x0f.v1.SingleStoreB*\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsinglestoreH\x00\x12M\n\tsnowflake\x18\xa4\r \x01(\x0b\x32\r.v1.SnowflakeB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowflakeH\x00\x12M\n\tsnowsight\x18\xa5\r \x01(\x0b\x32\r.v1.SnowsightB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowsightH\x00\x12\x44\n\x06sybase\x18\xd0\x0f \x01(\x0b\x32\n.v1.SybaseB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06sybaseH\x00\x12K\n\tsybase_iq\x18\xd1\x0f \x01(\x0b\x32\x0c.v1.SybaseIQB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08sybaseIQH\x00\x12J\n\x08teradata\x18\xb4\x10 \x01(\x0b\x32\x0c.v1.TeradataB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08teradataH\x00\x12\x41\n\x05trino\x18\xf9\n \x01(\x0b\x32\t.v1.TrinoB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05trinoH\x00:c\xfa\xf8\xb3\x07T\xc2\xf3\xb3\x07O\xa2\xf3\xb3\x07!tf_examples/resource_resource.txt\xaa\xf3\xb3\x07$tf_examples/resource_data_source.txt\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42p\n\x08resource\x12\x64\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04name\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\xaa\xf8\xb3\x07\x14\xaa\xf8\xb3\x07\x0fsecret_store_id\xaa\xf8\xb3\x07\x12\xaa\xf8\xb3\x07\regress_filter\xaa\xf8\xb3\x07\x13\xaa\xf8\xb3\x07\x0e\x62ind_interface\"\xeb\x0e\n\x03\x41KS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0c \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\n \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x0b \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03\x61ks\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ks\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03\x61ks\"\xa3\x0b\n\x0c\x41KSBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x05 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08password\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08username\x18\x03 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:x\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07g\xca\xf3\xb3\x07\x62\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x61kshttpbasic\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61kshttpbasic\xc2\xf4\xb3\x07$\n\x12terraform-provider\x12\x0e\x61ks_basic_auth\"\x90\r\n\x11\x41KSServiceAccount\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x05 \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x06 \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x87\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07v\xca\xf3\xb3\x07q\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61ksserviceaccount\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61ksserviceaccount\xc2\xf4\xb3\x07)\n\x12terraform-provider\x12\x13\x61ks_service_account\"\x84\x0b\n\"AKSServiceAccountUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xbe\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xac\x01\xca\xf3\xb3\x07\xa6\x01\xc2\xf4\xb3\x07)\n\x03\x63li\x12\"aksserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x32\n\x0cjson_gateway\x12\"aksserviceaccountuserimpersonation\xc2\xf4\xb3\x07<\n\x12terraform-provider\x12&aks_service_account_user_impersonation\"\xde\x0c\n\x14\x41KSUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\x90\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x7f\xca\xf3\xb3\x07z\xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14\x61ksuserimpersonation\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x61ksuserimpersonation\xc2\xf4\xb3\x07,\n\x12terraform-provider\x12\x16\x61ks_user_impersonation\"\xdd\t\n\x03\x41WS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12healthcheck_region\x18\x04 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12healthcheck-region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x06 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03\x61ws\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ws\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03\x61ws\"\xde\x0c\n\nAWSConsole\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12\x8e\x01\n\x14\x65nable_env_variables\x18\x01 \x01(\x08\x42p\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x03\x63li\x12\x1c\x65nable-environment-variables\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x02 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x08 \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa6\x01\n$remote_identity_healthcheck_username\x18\t \x01(\tBx\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x04 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x0esession_expiry\x18\x05 \x01(\x05\x42j\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x03\x63li\x12\x16session-expiry-seconds\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x06 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:v\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x65\xca\xf3\xb3\x07`\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nawsConsole\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nawsConsole\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0b\x61ws_console\"\x81\x0e\n\x17\x41WSConsoleStaticKeyPair\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x08 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\t \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa6\x01\n$remote_identity_healthcheck_username\x18\n \x01(\tBx\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x05 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x0esession_expiry\x18\x06 \x01(\x05\x42j\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x03\x63li\x12\x16session-expiry-seconds\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x07 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\xa2\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x90\x01\xca\xf3\xb3\x07\x8a\x01\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x1e\n\x03\x63li\x12\x17\x61wsConsoleStaticKeyPair\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x61wsConsoleStaticKeyPair\xc2\xf4\xb3\x07\x31\n\x12terraform-provider\x12\x1b\x61ws_console_static_key_pair\"\xf1\x11\n\tAmazonEKS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x04 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x07 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x0b \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x0c \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12n\n\x08role_arn\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\n \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:n\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07]\xca\xf3\xb3\x07X\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tamazoneks\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tamazoneks\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\namazon_eks\"\xb8\x10\n\x18\x41mazonEKSInstanceProfile\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x08 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x04 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\t \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\n \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x9f\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x8d\x01\xca\xf3\xb3\x07\x87\x01\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18\x61mazoneksinstanceprofile\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18\x61mazoneksinstanceprofile\xc2\xf4\xb3\x07\x31\n\x12terraform-provider\x12\x1b\x61mazon_eks_instance_profile\"\xfe\x10\n)AmazonEKSInstanceProfileUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x08 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x04 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\t \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\n \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xd4\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xc2\x01\xca\xf3\xb3\x07\xbc\x01\xc2\xf4\xb3\x07\x30\n\x03\x63li\x12)amazoneksinstanceprofileuserimpersonation\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)amazoneksinstanceprofileuserimpersonation\xc2\xf4\xb3\x07\x44\n\x12terraform-provider\x12.amazon_eks_instance_profile_user_impersonation\"\xe6\x0f\n\x1a\x41mazonEKSUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x04 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x07 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\n \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xa5\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x93\x01\xca\xf3\xb3\x07\x8d\x01\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1a\x61mazoneksuserimpersonation\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1a\x61mazoneksuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1d\x61mazon_eks_user_impersonation\"\xc9\n\n\x08\x41mazonES\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x61mazones\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x61mazones\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tamazon_es\"\xd5\t\n\x0f\x41mazonMQAMQP091\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x85\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07t\xca\xf3\xb3\x07o\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61mazonmq-amqp-091\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61mazonmq-amqp-091\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x61mazonmq_amqp_091\"\xd0\n\n\x06\x41thena\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\naccess_key\x18\x01 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61ws-access-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x06output\x18\x03 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12s3-output-location\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x05 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x84\x01\n\x11secret_access_key\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x61ws-secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61thena\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x61thena\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06\x61thena\"\xe3\x0b\n\x0b\x41uroraMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\n \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:v\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x65\xca\xf3\xb3\x07`\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x61urora-mysql\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61urora-mysql\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0c\x61urora_mysql\"\xc8\n\n\x0e\x41uroraPostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x7f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07n\xca\xf3\xb3\x07i\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0f\x61urora-postgres\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x61urora-postgres\xc2\xf4\xb3\x07%\n\x12terraform-provider\x12\x0f\x61urora_postgres\"\xc4\x07\n\x05\x41zure\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06\x61pp_id\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61pp-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x08 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\ttenant_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x61zure\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x61zure\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x61zure\"\xf0\x07\n\x10\x41zureCertificate\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06\x61pp_id\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61pp-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12{\n\x12\x63lient_certificate\x18\x03 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0b\x63\x65rtificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\ttenant_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:u\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x64\xca\xf3\xb3\x07_\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tazurecert\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tazurecert\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x61zure_certificate\"\xdd\x0b\n\nAzureMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nazuremysql\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nazuremysql\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0b\x61zure_mysql\"\xc2\n\n\rAzurePostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:z\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07i\xca\xf3\xb3\x07\x64\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\razurepostgres\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\razurepostgres\xc2\xf4\xb3\x07$\n\x12terraform-provider\x12\x0e\x61zure_postgres\"\xc7\x08\n\x08\x42igQuery\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bprivate_key\x18\x01 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bprivate-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12l\n\x07project\x18\x02 \x01(\tB[\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x18\xca\xf3\xb3\x07\x13\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07project\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x62igquery\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x62igquery\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tbig_query\"\xb6\t\n\tCassandra\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tcassandra\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcassandra\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tcassandra\"\xa1\n\n\x05\x43itus\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x63itus\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x63itus\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x63itus\"\xd4\x0b\n\x08\x43lustrix\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x63lustrix\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x63lustrix\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08\x63lustrix\"\xb1\n\n\tCockroach\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tcockroach\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcockroach\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tcockroach\"\xa4\t\n\x04\x44\x42\x32I\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:`\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07O\xca\xf3\xb3\x07J\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04\x64\x62\x32i\xc2\xf4\xb3\x07\x14\n\x0cjson_gateway\x12\x04\x64\x62\x32i\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06\x64\x62_2_i\"\xa4\t\n\x06\x44\x42\x32LUW\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x64\x62\x32luw\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64\x62\x32luw\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08\x64\x62_2_luw\"\xce\t\n\x0e\x44ocumentDBHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:~\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07m\xca\xf3\xb3\x07h\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0e\x64ocumentdbhost\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x64ocumentdbhost\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10\x64ocument_db_host\"\xfc\n\n\x14\x44ocumentDBReplicaSet\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x07 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x06 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x92\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x80\x01\xca\xf3\xb3\x07{\xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14\x64ocumentdbreplicaset\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x64ocumentdbreplicaset\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17\x64ocument_db_replica_set\"\xae\x08\n\x05\x44ruid\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x64ruid\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x64ruid\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x64ruid\"\xc5\n\n\x08\x44ynamoDB\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x64ynamo\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64ynamo\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tdynamo_db\"\xae\t\n\x07\x45lastic\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07\x65lastic\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65lastic\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07\x65lastic\"\xc1\t\n\x10\x45lasticacheRedis\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x05 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07\x65\x63redis\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65\x63redis\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x65lasticache_redis\"\xcc\x06\n\x03GCP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\x07keyfile\x18\x01 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bsvc-keyfile\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x0b \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06scopes\x18\x02 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06scopes\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03gcp\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03gcp\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03gcp\"\xb0\x0c\n\tGoogleGKE\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x06 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x07 \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x08 \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12\x84\x01\n\x13service_account_key\x18\x04 \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13service-account-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:n\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07]\xca\xf3\xb3\x07X\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tgooglegke\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgooglegke\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\ngoogle_gke\"\xa5\n\n\x1aGoogleGKEUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x06 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13service_account_key\x18\x04 \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13service-account-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xa5\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x93\x01\xca\xf3\xb3\x07\x8d\x01\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1agooglegkeuserimpersonation\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1agooglegkeuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1dgoogle_gke_user_impersonation\"\xb1\n\n\tGreenplum\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tgreenplum\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgreenplum\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tgreenplum\"\xf7\t\n\x08HTTPAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12t\n\x0b\x61uth_header\x18\x03 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0b\x61uth-header\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x04 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x07 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x06 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08httpAuth\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08httpAuth\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\thttp_auth\"\xee\n\n\rHTTPBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x06 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x05 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x08 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12u\n\tsubdomain\x18\x07 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:s\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x62\xca\xf3\xb3\x07]\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\thttpBasic\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\thttpBasic\xc2\xf4\xb3\x07%\n\x12terraform-provider\x12\x0fhttp_basic_auth\"\x8a\t\n\nHTTPNoAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x04 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x06 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x05 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:r\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x61\xca\xf3\xb3\x07\\\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nhttpNoAuth\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nhttpNoAuth\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0chttp_no_auth\"\x87\x0f\n\nKubernetes\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0c \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\n \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x0b \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity:p\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07_\xca\xf3\xb3\x07Z\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nkubernetes\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nkubernetes\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nkubernetes\"\xc0\x0b\n\x13KubernetesBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x05 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08password\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08username\x18\x03 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x8d\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07|\xca\xf3\xb3\x07w\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13kuberneteshttpbasic\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13kuberneteshttpbasic\xc2\xf4\xb3\x07+\n\x12terraform-provider\x12\x15kubernetes_basic_auth\"\xae\r\n\x18KubernetesServiceAccount\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x05 \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x06 \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x9e\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x8c\x01\xca\xf3\xb3\x07\x86\x01\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18kubernetesserviceaccount\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18kubernetesserviceaccount\xc2\xf4\xb3\x07\x30\n\x12terraform-provider\x12\x1akubernetes_service_account\"\xa0\x0b\n)KubernetesServiceAccountUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xd3\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xc1\x01\xca\xf3\xb3\x07\xbb\x01\xc2\xf4\xb3\x07\x30\n\x03\x63li\x12)kubernetesserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)kubernetesserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x43\n\x12terraform-provider\x12-kubernetes_service_account_user_impersonation\"\xfc\x0c\n\x1bKubernetesUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\xa7\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x95\x01\xca\xf3\xb3\x07\x8f\x01\xc2\xf4\xb3\x07\"\n\x03\x63li\x12\x1bkubernetesuserimpersonation\xc2\xf4\xb3\x07+\n\x0cjson_gateway\x12\x1bkubernetesuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1dkubernetes_user_impersonation\"\xd8\x0f\n\tMTLSMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x07 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\t \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x0b \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x0e \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bserver_name\x18\r \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bserver-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\x10 \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:s\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x62\xca\xf3\xb3\x07]\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmTLSMysql\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmTLSMysql\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nmtls_mysql\"\xb8\x0e\n\x0cMTLSPostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x08 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\n \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x0c \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bserver_name\x18\x0e \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bserver-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:w\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x66\xca\xf3\xb3\x07\x61\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0cmTLSPostgres\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmTLSPostgres\xc2\xf4\xb3\x07#\n\x12terraform-provider\x12\rmtls_postgres\"\xc8\x0b\n\x05Maria\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05maria\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05maria\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05maria\"\xde\x06\n\tMemcached\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmemcached\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmemcached\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tmemcached\"\xcc\x0b\n\x06Memsql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06memsql\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06memsql\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06memsql\"\xb6\n\n\tMongoHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:s\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x62\xca\xf3\xb3\x07]\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmongoHost\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmongoHost\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nmongo_host\"\xac\x0b\n\x0fMongoLegacyHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x07 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mongo\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mongo\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11mongo_legacy_host\"\xd4\x0c\n\x15MongoLegacyReplicaset\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x08 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x07 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\t \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x89\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07x\xca\xf3\xb3\x07s\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10mongo-replicaset\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10mongo-replicaset\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17mongo_legacy_replicaset\"\xcb\x0c\n\x0fMongoReplicaSet\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x08 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x07 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\t \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x86\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07u\xca\xf3\xb3\x07p\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fmongoReplicaSet\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0fmongoReplicaSet\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11mongo_replica_set\"\xf9\t\n\x13MongoShardedCluster\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x93\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x81\x01\xca\xf3\xb3\x07|\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13mongoshardedcluster\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13mongoshardedcluster\xc2\xf4\xb3\x07+\n\x12terraform-provider\x12\x15mongo_sharded_cluster\"\xc8\x0b\n\x05Mysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\n \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mysql\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mysql\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05mysql\"\xd6\x06\n\x07Neptune\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07neptune\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07neptune\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07neptune\"\xb9\x0b\n\nNeptuneIAM\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x07 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x08 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x05 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nneptuneiam\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nneptuneiam\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0bneptune_iam\"\x9a\n\n\x06Oracle\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06oracle\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06oracle\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06oracle\"\xad\n\n\x08Postgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08postgres\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08postgres\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08postgres\"\x9a\n\n\x06Presto\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06presto\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06presto\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06presto\"\xb9\t\n\x03RDP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x90\x01\n\x19\x64owngrade_nla_connections\x18\x06 \x01(\x08\x42m\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07*\xca\xf3\xb3\x07%\xc2\xf4\xb3\x07 \n\x03\x63li\x12\x19\x64owngrade-nla-connections\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03rdp\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03rdp\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03rdp\"\xd5\t\n\x0fRabbitMQAMQP091\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x85\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07t\xca\xf3\xb3\x07o\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11rabbitmq-amqp-091\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11rabbitmq-amqp-091\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11rabbitmq_amqp_091\"\xd3\x06\n\x06RawTCP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:e\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07T\xca\xf3\xb3\x07O\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06rawtcp\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06rawtcp\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07raw_tcp\"\xa6\t\n\x05Redis\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05redis\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05redis\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05redis\"\xad\n\n\x08Redshift\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08redshift\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08redshift\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08redshift\"\x96\x0b\n\tSQLServer\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mssql\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mssql\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nsql_server\"\xa4\x0c\n\x10SQLServerAzureAD\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\tclient_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tclient-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06secret\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06secret\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12p\n\ttenant_id\x18\t \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:}\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07l\xca\xf3\xb3\x07g\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0cmssqlAzureAD\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmssqlAzureAD\xc2\xf4\xb3\x07)\n\x12terraform-provider\x12\x13sql_server_azure_ad\"\x8b\x0e\n\x13SQLServerKerberosAD\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06keytab\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06keytab\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nkrb_config\x18\t \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nkrb-config\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12h\n\x05realm\x18\x0b \x01(\tBY\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x16\xca\xf3\xb3\x07\x11\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05realm\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12r\n\nserver_spn\x18\n \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nserver-spn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x82\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07q\xca\xf3\xb3\x07l\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rmssqlKerberos\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rmssqlKerberos\xc2\xf4\xb3\x07,\n\x12terraform-provider\x12\x16sql_server_kerberos_ad\"\xb5\x0b\n\x03SSH\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x06 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08key_type\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08key-type\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x05 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12r\n\npublic_key\x18\x04 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\npublic-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03ssh\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03ssh\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03ssh\"\xc3\r\n\x07SSHCert\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x05 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08key_type\x18\t \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08key-type\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x04 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x07 \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x08 \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12\x8a\x01\n\x08username\x18\x02 \x01(\tBx\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xda\xf4\xb3\x07\x12leased-credentials:h\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07W\xca\xf3\xb3\x07R\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07sshCert\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07sshCert\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08ssh_cert\"\xf5\n\n\x0eSSHCustomerKey\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x06 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x05 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bprivate_key\x18\x04 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bprivate-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:~\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07m\xca\xf3\xb3\x07h\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0esshCustomerKey\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0esshCustomerKey\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10ssh_customer_key\"\xe1\x0b\n\x0bSingleStore\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:t\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x63\xca\xf3\xb3\x07^\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bsinglestore\xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsinglestore\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0csingle_store\"\xb2\t\n\tSnowflake\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x05 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsnowflake\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowflake\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsnowflake\"\xaa\x07\n\tSnowsight\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12\x86\x01\n\x14healthcheck_username\x18\x0b \x01(\tBh\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14healthcheck_username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12w\n\x0csamlMetadata\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rsaml-metadata\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12p\n\tsubdomain\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsubdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:r\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x61\xca\xf3\xb3\x07\\\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsnowsight\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowsight\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsnowsight\"\xb2\x08\n\x06Sybase\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06sybase\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06sybase\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06sybase\"\xbb\x08\n\x08SybaseIQ\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08sybaseIQ\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08sybaseIQ\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsybase_iq\"\xba\x08\n\x08Teradata\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08teradata\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08teradata\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08teradata\"\xa3\t\n\x05Trino\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05trino\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05trino\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05trinoBc\n\x19\x63om.strongdm.api.plumbingB\x0f\x44riversPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rdrivers.proto\x12\x02v1\x1a\roptions.proto\x1a\ntags.proto\"\xfd:\n\x08Resource\x12;\n\x03\x61ks\x18\xa5\x06 \x01(\x0b\x32\x07.v1.AKSB\"\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ksH\x00\x12X\n\x0e\x61ks_basic_auth\x18\xa6\x06 \x01(\x0b\x32\x10.v1.AKSBasicAuthB+\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61kshttpbasicH\x00\x12g\n\x13\x61ks_service_account\x18\xa7\x06 \x01(\x0b\x32\x15.v1.AKSServiceAccountB0\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61ksserviceaccountH\x00\x12\x9c\x01\n&aks_service_account_user_impersonation\x18\xaa\x06 \x01(\x0b\x32&.v1.AKSServiceAccountUserImpersonationBA\xf2\xf8\xb3\x07<\xca\xf3\xb3\x07\x37\xc2\xf4\xb3\x07\x32\n\x0cjson_gateway\x12\"aksserviceaccountuserimpersonationH\x00\x12p\n\x16\x61ks_user_impersonation\x18\xae\x06 \x01(\x0b\x32\x18.v1.AKSUserImpersonationB3\xf2\xf8\xb3\x07.\xca\xf3\xb3\x07)\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x61ksuserimpersonationH\x00\x12;\n\x03\x61ws\x18\xfc\x11 \x01(\x0b\x32\x07.v1.AWSB\"\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61wsH\x00\x12Q\n\x0b\x61ws_console\x18\xb8\x17 \x01(\x0b\x32\x0e.v1.AWSConsoleB)\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nawsConsoleH\x00\x12{\n\x1b\x61ws_console_static_key_pair\x18\xb9\x17 \x01(\x0b\x32\x1b.v1.AWSConsoleStaticKeyPairB6\xf2\xf8\xb3\x07\x31\xca\xf3\xb3\x07,\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x61wsConsoleStaticKeyPairH\x00\x12N\n\namazon_eks\x18\xa2\x06 \x01(\x0b\x32\r.v1.AmazonEKSB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tamazoneksH\x00\x12}\n\x1b\x61mazon_eks_instance_profile\x18\xa9\x06 \x01(\x0b\x32\x1c.v1.AmazonEKSInstanceProfileB7\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18\x61mazoneksinstanceprofileH\x00\x12\xb2\x01\n.amazon_eks_instance_profile_user_impersonation\x18\xad\x06 \x01(\x0b\x32-.v1.AmazonEKSInstanceProfileUserImpersonationBH\xf2\xf8\xb3\x07\x43\xca\xf3\xb3\x07>\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)amazoneksinstanceprofileuserimpersonationH\x00\x12\x83\x01\n\x1d\x61mazon_eks_user_impersonation\x18\xb2\x06 \x01(\x0b\x32\x1e.v1.AmazonEKSUserImpersonationB9\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1a\x61mazoneksuserimpersonationH\x00\x12K\n\tamazon_es\x18\xd8\x04 \x01(\x0b\x32\x0c.v1.AmazonESB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x61mazonesH\x00\x12\x63\n\x11\x61mazon_mqamqp_091\x18\xc5\x13 \x01(\x0b\x32\x13.v1.AmazonMQAMQP091B0\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61mazonmq-amqp-091H\x00\x12\x43\n\x06\x61thena\x18\x64 \x01(\x0b\x32\n.v1.AthenaB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x61thenaH\x00\x12U\n\x0c\x61urora_mysql\x18\xcd\x08 \x01(\x0b\x32\x0f.v1.AuroraMysqlB+\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61urora-mysqlH\x00\x12^\n\x0f\x61urora_postgres\x18\x95\n \x01(\x0b\x32\x12.v1.AuroraPostgresB.\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x61urora-postgresH\x00\x12\x41\n\x05\x61zure\x18\xf0\x15 \x01(\x0b\x32\t.v1.AzureB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x61zureH\x00\x12\\\n\x11\x61zure_certificate\x18\xf1\x15 \x01(\x0b\x32\x14.v1.AzureCertificateB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tazurecertH\x00\x12Q\n\x0b\x61zure_mysql\x18\xd3\x08 \x01(\x0b\x32\x0e.v1.AzureMysqlB)\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nazuremysqlH\x00\x12Z\n\x0e\x61zure_postgres\x18\x9b\n \x01(\x0b\x32\x11.v1.AzurePostgresB,\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\razurepostgresH\x00\x12s\n\x17\x61zure_postgres_flexible\x18\x9c\n \x01(\x0b\x32\x19.v1.AzurePostgresFlexibleB4\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x0cjson_gateway\x12\x15\x61zurepostgresflexibleH\x00\x12m\n\x15\x61zure_postgres_single\x18\x9d\n \x01(\x0b\x32\x17.v1.AzurePostgresSingleB2\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13\x61zurepostgressingleH\x00\x12K\n\tbig_query\x18\xc8\x01 \x01(\x0b\x32\x0c.v1.BigQueryB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x62igqueryH\x00\x12M\n\tcassandra\x18\xac\x02 \x01(\x0b\x32\r.v1.CassandraB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcassandraH\x00\x12\x41\n\x05\x63itus\x18\x99\n \x01(\x0b\x32\t.v1.CitusB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x63itusH\x00\x12J\n\x08\x63lustrix\x18\xce\x08 \x01(\x0b\x32\x0c.v1.ClustrixB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x63lustrixH\x00\x12M\n\tcockroach\x18\x97\n \x01(\x0b\x32\r.v1.CockroachB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcockroachH\x00\x12@\n\x06\x64\x62_2_i\x18\xe0\x12 \x01(\x0b\x32\x08.v1.DB2IB#\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x0cjson_gateway\x12\x04\x64\x62\x32iH\x00\x12\x46\n\x08\x64\x62_2_luw\x18\x98\x11 \x01(\x0b\x32\n.v1.DB2LUWB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64\x62\x32luwH\x00\x12^\n\x10\x64ocument_db_host\x18\x9c\x08 \x01(\x0b\x32\x12.v1.DocumentDBHostB-\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x64ocumentdbhostH\x00\x12q\n\x17\x64ocument_db_replica_set\x18\x9d\x08 \x01(\x0b\x32\x18.v1.DocumentDBReplicaSetB3\xf2\xf8\xb3\x07.\xca\xf3\xb3\x07)\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x64ocumentdbreplicasetH\x00\x12\x41\n\x05\x64ruid\x18\x90\x03 \x01(\x0b\x32\t.v1.DruidB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x64ruidH\x00\x12I\n\tdynamo_db\x18\xf4\x03 \x01(\x0b\x32\x0c.v1.DynamoDBB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64ynamoH\x00\x12G\n\x07\x65lastic\x18\xd9\x04 \x01(\x0b\x32\x0b.v1.ElasticB&\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65lasticH\x00\x12Z\n\x11\x65lasticache_redis\x18\xc1\x0c \x01(\x0b\x32\x14.v1.ElasticacheRedisB&\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65\x63redisH\x00\x12;\n\x03gcp\x18\x8c\x15 \x01(\x0b\x32\x07.v1.GCPB\"\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03gcpH\x00\x12N\n\ngoogle_gke\x18\xa3\x06 \x01(\x0b\x32\r.v1.GoogleGKEB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgooglegkeH\x00\x12\x83\x01\n\x1dgoogle_gke_user_impersonation\x18\xb0\x06 \x01(\x0b\x32\x1e.v1.GoogleGKEUserImpersonationB9\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1agooglegkeuserimpersonationH\x00\x12M\n\tgreenplum\x18\x96\n \x01(\x0b\x32\r.v1.GreenplumB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgreenplumH\x00\x12K\n\thttp_auth\x18\xbe\x05 \x01(\x0b\x32\x0c.v1.HTTPAuthB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08httpAuthH\x00\x12W\n\x0fhttp_basic_auth\x18\xbc\x05 \x01(\x0b\x32\x11.v1.HTTPBasicAuthB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\thttpBasicH\x00\x12R\n\x0chttp_no_auth\x18\xbd\x05 \x01(\x0b\x32\x0e.v1.HTTPNoAuthB)\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nhttpNoAuthH\x00\x12P\n\nkubernetes\x18\xa0\x06 \x01(\x0b\x32\x0e.v1.KubernetesB)\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nkubernetesH\x00\x12m\n\x15kubernetes_basic_auth\x18\xa1\x06 \x01(\x0b\x32\x17.v1.KubernetesBasicAuthB2\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13kuberneteshttpbasicH\x00\x12|\n\x1akubernetes_service_account\x18\xa4\x06 \x01(\x0b\x32\x1c.v1.KubernetesServiceAccountB7\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18kubernetesserviceaccountH\x00\x12\xb1\x01\n-kubernetes_service_account_user_impersonation\x18\xa8\x06 \x01(\x0b\x32-.v1.KubernetesServiceAccountUserImpersonationBH\xf2\xf8\xb3\x07\x43\xca\xf3\xb3\x07>\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)kubernetesserviceaccountuserimpersonationH\x00\x12\x85\x01\n\x1dkubernetes_user_impersonation\x18\xac\x06 \x01(\x0b\x32\x1f.v1.KubernetesUserImpersonationB:\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x0cjson_gateway\x12\x1bkubernetesuserimpersonationH\x00\x12N\n\nmtls_mysql\x18\xd2\x08 \x01(\x0b\x32\r.v1.MTLSMysqlB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmTLSMysqlH\x00\x12W\n\rmtls_postgres\x18\x9a\n \x01(\x0b\x32\x10.v1.MTLSPostgresB+\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmTLSPostgresH\x00\x12\x41\n\x05maria\x18\xcf\x08 \x01(\x0b\x32\t.v1.MariaB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mariaH\x00\x12M\n\tmemcached\x18\x84\x07 \x01(\x0b\x32\r.v1.MemcachedB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmemcachedH\x00\x12\x44\n\x06memsql\x18\xd0\x08 \x01(\x0b\x32\n.v1.MemsqlB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06memsqlH\x00\x12N\n\nmongo_host\x18\xea\x07 \x01(\x0b\x32\r.v1.MongoHostB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmongoHostH\x00\x12W\n\x11mongo_legacy_host\x18\xe8\x07 \x01(\x0b\x32\x13.v1.MongoLegacyHostB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mongoH\x00\x12n\n\x17mongo_legacy_replicaset\x18\xe9\x07 \x01(\x0b\x32\x19.v1.MongoLegacyReplicasetB/\xf2\xf8\xb3\x07*\xca\xf3\xb3\x07%\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10mongo-replicasetH\x00\x12\x61\n\x11mongo_replica_set\x18\xeb\x07 \x01(\x0b\x32\x13.v1.MongoReplicaSetB.\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0fmongoReplicaSetH\x00\x12m\n\x15mongo_sharded_cluster\x18\x9e\x08 \x01(\x0b\x32\x17.v1.MongoShardedClusterB2\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13mongoshardedclusterH\x00\x12\x41\n\x05mysql\x18\xcc\x08 \x01(\x0b\x32\t.v1.MysqlB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mysqlH\x00\x12G\n\x07neptune\x18\xca\x11 \x01(\x0b\x32\x0b.v1.NeptuneB&\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07neptuneH\x00\x12Q\n\x0bneptune_iam\x18\x99\x11 \x01(\x0b\x32\x0e.v1.NeptuneIAMB)\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nneptuneiamH\x00\x12\x44\n\x06oracle\x18\xb0\t \x01(\x0b\x32\n.v1.OracleB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06oracleH\x00\x12J\n\x08postgres\x18\x94\n \x01(\x0b\x32\x0c.v1.PostgresB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08postgresH\x00\x12\x44\n\x06presto\x18\xf8\n \x01(\x0b\x32\n.v1.PrestoB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06prestoH\x00\x12;\n\x03rdp\x18\xdc\x0b \x01(\x0b\x32\x07.v1.RDPB\"\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03rdpH\x00\x12\x63\n\x11rabbit_mqamqp_091\x18\xc4\x13 \x01(\x0b\x32\x13.v1.RabbitMQAMQP091B0\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11rabbitmq-amqp-091H\x00\x12\x45\n\x07raw_tcp\x18\xa8\x14 \x01(\x0b\x32\n.v1.RawTCPB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06rawtcpH\x00\x12\x41\n\x05redis\x18\xc0\x0c \x01(\x0b\x32\t.v1.RedisB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05redisH\x00\x12J\n\x08redshift\x18\x98\n \x01(\x0b\x32\x0c.v1.RedshiftB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08redshiftH\x00\x12J\n\nsql_server\x18\x88\x0e \x01(\x0b\x32\r.v1.SQLServerB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mssqlH\x00\x12\x61\n\x13sql_server_azure_ad\x18\x8d\x0e \x01(\x0b\x32\x14.v1.SQLServerAzureADB+\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmssqlAzureADH\x00\x12h\n\x16sql_server_kerberos_ad\x18\x92\x0e \x01(\x0b\x32\x17.v1.SQLServerKerberosADB,\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rmssqlKerberosH\x00\x12;\n\x03ssh\x18\xec\x0e \x01(\x0b\x32\x07.v1.SSHB\"\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03sshH\x00\x12H\n\x08ssh_cert\x18\xed\x0e \x01(\x0b\x32\x0b.v1.SSHCertB&\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07sshCertH\x00\x12^\n\x10ssh_customer_key\x18\xee\x0e \x01(\x0b\x32\x12.v1.SSHCustomerKeyB-\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0esshCustomerKeyH\x00\x12T\n\x0csingle_store\x18\xd1\x08 \x01(\x0b\x32\x0f.v1.SingleStoreB*\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsinglestoreH\x00\x12M\n\tsnowflake\x18\xa4\r \x01(\x0b\x32\r.v1.SnowflakeB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowflakeH\x00\x12M\n\tsnowsight\x18\xa5\r \x01(\x0b\x32\r.v1.SnowsightB(\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowsightH\x00\x12\x44\n\x06sybase\x18\xd0\x0f \x01(\x0b\x32\n.v1.SybaseB%\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06sybaseH\x00\x12K\n\tsybase_iq\x18\xd1\x0f \x01(\x0b\x32\x0c.v1.SybaseIQB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08sybaseIQH\x00\x12J\n\x08teradata\x18\xb4\x10 \x01(\x0b\x32\x0c.v1.TeradataB\'\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08teradataH\x00\x12\x41\n\x05trino\x18\xf9\n \x01(\x0b\x32\t.v1.TrinoB$\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05trinoH\x00:c\xfa\xf8\xb3\x07T\xc2\xf3\xb3\x07O\xa2\xf3\xb3\x07!tf_examples/resource_resource.txt\xaa\xf3\xb3\x07$tf_examples/resource_data_source.txt\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42p\n\x08resource\x12\x64\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04name\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\xaa\xf8\xb3\x07\x14\xaa\xf8\xb3\x07\x0fsecret_store_id\xaa\xf8\xb3\x07\x12\xaa\xf8\xb3\x07\regress_filter\xaa\xf8\xb3\x07\x13\xaa\xf8\xb3\x07\x0e\x62ind_interface\"\xeb\x0e\n\x03\x41KS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0c \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\n \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x0b \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03\x61ks\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ks\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03\x61ks\"\xa3\x0b\n\x0c\x41KSBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x05 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08password\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08username\x18\x03 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:x\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07g\xca\xf3\xb3\x07\x62\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x61kshttpbasic\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61kshttpbasic\xc2\xf4\xb3\x07$\n\x12terraform-provider\x12\x0e\x61ks_basic_auth\"\x90\r\n\x11\x41KSServiceAccount\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x05 \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x06 \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x87\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07v\xca\xf3\xb3\x07q\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61ksserviceaccount\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61ksserviceaccount\xc2\xf4\xb3\x07)\n\x12terraform-provider\x12\x13\x61ks_service_account\"\x84\x0b\n\"AKSServiceAccountUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xbe\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xac\x01\xca\xf3\xb3\x07\xa6\x01\xc2\xf4\xb3\x07)\n\x03\x63li\x12\"aksserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x32\n\x0cjson_gateway\x12\"aksserviceaccountuserimpersonation\xc2\xf4\xb3\x07<\n\x12terraform-provider\x12&aks_service_account_user_impersonation\"\xde\x0c\n\x14\x41KSUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\x90\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x7f\xca\xf3\xb3\x07z\xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14\x61ksuserimpersonation\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x61ksuserimpersonation\xc2\xf4\xb3\x07,\n\x12terraform-provider\x12\x16\x61ks_user_impersonation\"\xdd\t\n\x03\x41WS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12healthcheck_region\x18\x04 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12healthcheck-region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x06 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03\x61ws\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ws\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03\x61ws\"\xde\x0c\n\nAWSConsole\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12\x8e\x01\n\x14\x65nable_env_variables\x18\x01 \x01(\x08\x42p\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x03\x63li\x12\x1c\x65nable-environment-variables\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x02 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x08 \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa6\x01\n$remote_identity_healthcheck_username\x18\t \x01(\tBx\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x04 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x0esession_expiry\x18\x05 \x01(\x05\x42j\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x03\x63li\x12\x16session-expiry-seconds\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x06 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:v\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x65\xca\xf3\xb3\x07`\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nawsConsole\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nawsConsole\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0b\x61ws_console\"\x81\x0e\n\x17\x41WSConsoleStaticKeyPair\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x08 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\t \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa6\x01\n$remote_identity_healthcheck_username\x18\n \x01(\tBx\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x05 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x0esession_expiry\x18\x06 \x01(\x05\x42j\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x03\x63li\x12\x16session-expiry-seconds\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x07 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\xa2\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x90\x01\xca\xf3\xb3\x07\x8a\x01\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x1e\n\x03\x63li\x12\x17\x61wsConsoleStaticKeyPair\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x61wsConsoleStaticKeyPair\xc2\xf4\xb3\x07\x31\n\x12terraform-provider\x12\x1b\x61ws_console_static_key_pair\"\xf1\x11\n\tAmazonEKS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x04 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x07 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x0b \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x0c \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12n\n\x08role_arn\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\n \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:n\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07]\xca\xf3\xb3\x07X\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tamazoneks\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tamazoneks\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\namazon_eks\"\xb8\x10\n\x18\x41mazonEKSInstanceProfile\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x08 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x04 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\t \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\n \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x9f\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x8d\x01\xca\xf3\xb3\x07\x87\x01\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18\x61mazoneksinstanceprofile\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18\x61mazoneksinstanceprofile\xc2\xf4\xb3\x07\x31\n\x12terraform-provider\x12\x1b\x61mazon_eks_instance_profile\"\xfe\x10\n)AmazonEKSInstanceProfileUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x08 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x04 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\t \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\n \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xd4\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xc2\x01\xca\xf3\xb3\x07\xbc\x01\xc2\xf4\xb3\x07\x30\n\x03\x63li\x12)amazoneksinstanceprofileuserimpersonation\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)amazoneksinstanceprofileuserimpersonation\xc2\xf4\xb3\x07\x44\n\x12terraform-provider\x12.amazon_eks_instance_profile_user_impersonation\"\xe6\x0f\n\x1a\x41mazonEKSUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x04 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x07 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\n \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xa5\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x93\x01\xca\xf3\xb3\x07\x8d\x01\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1a\x61mazoneksuserimpersonation\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1a\x61mazoneksuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1d\x61mazon_eks_user_impersonation\"\xc9\n\n\x08\x41mazonES\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x61mazones\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x61mazones\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tamazon_es\"\xd5\t\n\x0f\x41mazonMQAMQP091\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x85\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07t\xca\xf3\xb3\x07o\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61mazonmq-amqp-091\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61mazonmq-amqp-091\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x61mazonmq_amqp_091\"\xd0\n\n\x06\x41thena\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\naccess_key\x18\x01 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61ws-access-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x06output\x18\x03 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12s3-output-location\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x05 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x84\x01\n\x11secret_access_key\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x61ws-secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61thena\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x61thena\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06\x61thena\"\xe3\x0b\n\x0b\x41uroraMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\n \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:v\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x65\xca\xf3\xb3\x07`\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x61urora-mysql\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61urora-mysql\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0c\x61urora_mysql\"\xc8\n\n\x0e\x41uroraPostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x7f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07n\xca\xf3\xb3\x07i\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0f\x61urora-postgres\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x61urora-postgres\xc2\xf4\xb3\x07%\n\x12terraform-provider\x12\x0f\x61urora_postgres\"\xc4\x07\n\x05\x41zure\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06\x61pp_id\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61pp-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x08 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\ttenant_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x61zure\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x61zure\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x61zure\"\xf0\x07\n\x10\x41zureCertificate\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06\x61pp_id\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61pp-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12{\n\x12\x63lient_certificate\x18\x03 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0b\x63\x65rtificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\ttenant_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:u\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x64\xca\xf3\xb3\x07_\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tazurecert\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tazurecert\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x61zure_certificate\"\xdd\x0b\n\nAzureMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nazuremysql\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nazuremysql\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0b\x61zure_mysql\"\xc2\n\n\rAzurePostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:z\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07i\xca\xf3\xb3\x07\x64\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\razurepostgres\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\razurepostgres\xc2\xf4\xb3\x07$\n\x12terraform-provider\x12\x0e\x61zure_postgres\"\xeb\n\n\x15\x41zurePostgresFlexible\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x9a\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x88\x01\xca\xf3\xb3\x07\x82\x01\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x61zurepostgresflexible\xc2\xf4\xb3\x07%\n\x0cjson_gateway\x12\x15\x61zurepostgresflexible\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17\x61zure_postgres_flexible\"\xe2\n\n\x13\x41zurePostgresSingle\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x93\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x81\x01\xca\xf3\xb3\x07|\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13\x61zurepostgressingle\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13\x61zurepostgressingle\xc2\xf4\xb3\x07+\n\x12terraform-provider\x12\x15\x61zure_postgres_single\"\xc7\x08\n\x08\x42igQuery\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bprivate_key\x18\x01 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bprivate-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12l\n\x07project\x18\x02 \x01(\tB[\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x18\xca\xf3\xb3\x07\x13\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07project\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x62igquery\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x62igquery\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tbig_query\"\xb6\t\n\tCassandra\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tcassandra\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcassandra\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tcassandra\"\xa1\n\n\x05\x43itus\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x63itus\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x63itus\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x63itus\"\xd4\x0b\n\x08\x43lustrix\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x63lustrix\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x63lustrix\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08\x63lustrix\"\xb1\n\n\tCockroach\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tcockroach\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcockroach\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tcockroach\"\xa4\t\n\x04\x44\x42\x32I\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:`\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07O\xca\xf3\xb3\x07J\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04\x64\x62\x32i\xc2\xf4\xb3\x07\x14\n\x0cjson_gateway\x12\x04\x64\x62\x32i\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06\x64\x62_2_i\"\xa4\t\n\x06\x44\x42\x32LUW\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x64\x62\x32luw\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64\x62\x32luw\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08\x64\x62_2_luw\"\xce\t\n\x0e\x44ocumentDBHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:~\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07m\xca\xf3\xb3\x07h\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0e\x64ocumentdbhost\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x64ocumentdbhost\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10\x64ocument_db_host\"\xfc\n\n\x14\x44ocumentDBReplicaSet\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x07 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x06 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x92\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x80\x01\xca\xf3\xb3\x07{\xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14\x64ocumentdbreplicaset\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x64ocumentdbreplicaset\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17\x64ocument_db_replica_set\"\xae\x08\n\x05\x44ruid\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x64ruid\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x64ruid\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x64ruid\"\xc5\n\n\x08\x44ynamoDB\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x64ynamo\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64ynamo\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tdynamo_db\"\xae\t\n\x07\x45lastic\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07\x65lastic\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65lastic\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07\x65lastic\"\xc1\t\n\x10\x45lasticacheRedis\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x05 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07\x65\x63redis\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65\x63redis\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x65lasticache_redis\"\xcc\x06\n\x03GCP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\x07keyfile\x18\x01 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bsvc-keyfile\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x0b \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06scopes\x18\x02 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06scopes\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03gcp\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03gcp\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03gcp\"\xb0\x0c\n\tGoogleGKE\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x06 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x07 \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x08 \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12\x84\x01\n\x13service_account_key\x18\x04 \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13service-account-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:n\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07]\xca\xf3\xb3\x07X\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tgooglegke\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgooglegke\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\ngoogle_gke\"\xa5\n\n\x1aGoogleGKEUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x06 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13service_account_key\x18\x04 \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13service-account-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xa5\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x93\x01\xca\xf3\xb3\x07\x8d\x01\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1agooglegkeuserimpersonation\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1agooglegkeuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1dgoogle_gke_user_impersonation\"\xb1\n\n\tGreenplum\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tgreenplum\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgreenplum\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tgreenplum\"\xf7\t\n\x08HTTPAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12t\n\x0b\x61uth_header\x18\x03 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0b\x61uth-header\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x04 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x07 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x06 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08httpAuth\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08httpAuth\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\thttp_auth\"\xee\n\n\rHTTPBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x06 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x05 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x08 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12u\n\tsubdomain\x18\x07 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:s\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x62\xca\xf3\xb3\x07]\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\thttpBasic\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\thttpBasic\xc2\xf4\xb3\x07%\n\x12terraform-provider\x12\x0fhttp_basic_auth\"\x8a\t\n\nHTTPNoAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x04 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x06 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x05 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:r\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x61\xca\xf3\xb3\x07\\\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nhttpNoAuth\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nhttpNoAuth\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0chttp_no_auth\"\x87\x0f\n\nKubernetes\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0c \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\n \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x0b \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity:p\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07_\xca\xf3\xb3\x07Z\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nkubernetes\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nkubernetes\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nkubernetes\"\xc0\x0b\n\x13KubernetesBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x05 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08password\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08username\x18\x03 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x8d\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07|\xca\xf3\xb3\x07w\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13kuberneteshttpbasic\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13kuberneteshttpbasic\xc2\xf4\xb3\x07+\n\x12terraform-provider\x12\x15kubernetes_basic_auth\"\xae\r\n\x18KubernetesServiceAccount\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x05 \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x06 \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x9e\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x8c\x01\xca\xf3\xb3\x07\x86\x01\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18kubernetesserviceaccount\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18kubernetesserviceaccount\xc2\xf4\xb3\x07\x30\n\x12terraform-provider\x12\x1akubernetes_service_account\"\xa0\x0b\n)KubernetesServiceAccountUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xd3\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xc1\x01\xca\xf3\xb3\x07\xbb\x01\xc2\xf4\xb3\x07\x30\n\x03\x63li\x12)kubernetesserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)kubernetesserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x43\n\x12terraform-provider\x12-kubernetes_service_account_user_impersonation\"\xfc\x0c\n\x1bKubernetesUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\xa7\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x95\x01\xca\xf3\xb3\x07\x8f\x01\xc2\xf4\xb3\x07\"\n\x03\x63li\x12\x1bkubernetesuserimpersonation\xc2\xf4\xb3\x07+\n\x0cjson_gateway\x12\x1bkubernetesuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1dkubernetes_user_impersonation\"\xd8\x0f\n\tMTLSMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x07 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\t \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x0b \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x0e \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bserver_name\x18\r \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bserver-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\x10 \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:s\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x62\xca\xf3\xb3\x07]\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmTLSMysql\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmTLSMysql\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nmtls_mysql\"\xb8\x0e\n\x0cMTLSPostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x08 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\n \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x0c \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bserver_name\x18\x0e \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bserver-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:w\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x66\xca\xf3\xb3\x07\x61\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0cmTLSPostgres\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmTLSPostgres\xc2\xf4\xb3\x07#\n\x12terraform-provider\x12\rmtls_postgres\"\xc8\x0b\n\x05Maria\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05maria\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05maria\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05maria\"\xde\x06\n\tMemcached\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmemcached\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmemcached\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tmemcached\"\xcc\x0b\n\x06Memsql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06memsql\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06memsql\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06memsql\"\xb6\n\n\tMongoHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:s\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x62\xca\xf3\xb3\x07]\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmongoHost\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmongoHost\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nmongo_host\"\xac\x0b\n\x0fMongoLegacyHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x07 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mongo\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mongo\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11mongo_legacy_host\"\xd4\x0c\n\x15MongoLegacyReplicaset\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x08 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x07 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\t \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x89\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07x\xca\xf3\xb3\x07s\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10mongo-replicaset\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10mongo-replicaset\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17mongo_legacy_replicaset\"\xcb\x0c\n\x0fMongoReplicaSet\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x08 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x07 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\t \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x86\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07u\xca\xf3\xb3\x07p\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fmongoReplicaSet\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0fmongoReplicaSet\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11mongo_replica_set\"\xf9\t\n\x13MongoShardedCluster\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x93\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x81\x01\xca\xf3\xb3\x07|\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13mongoshardedcluster\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13mongoshardedcluster\xc2\xf4\xb3\x07+\n\x12terraform-provider\x12\x15mongo_sharded_cluster\"\xc8\x0b\n\x05Mysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\n \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mysql\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mysql\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05mysql\"\xd6\x06\n\x07Neptune\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07neptune\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07neptune\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07neptune\"\xb9\x0b\n\nNeptuneIAM\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x07 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x08 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x05 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nneptuneiam\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nneptuneiam\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0bneptune_iam\"\x9a\n\n\x06Oracle\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06oracle\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06oracle\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06oracle\"\xad\n\n\x08Postgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08postgres\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08postgres\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08postgres\"\x9a\n\n\x06Presto\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06presto\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06presto\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06presto\"\xb9\t\n\x03RDP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x90\x01\n\x19\x64owngrade_nla_connections\x18\x06 \x01(\x08\x42m\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07*\xca\xf3\xb3\x07%\xc2\xf4\xb3\x07 \n\x03\x63li\x12\x19\x64owngrade-nla-connections\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03rdp\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03rdp\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03rdp\"\xd5\t\n\x0fRabbitMQAMQP091\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x85\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07t\xca\xf3\xb3\x07o\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11rabbitmq-amqp-091\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11rabbitmq-amqp-091\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11rabbitmq_amqp_091\"\xd3\x06\n\x06RawTCP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:e\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07T\xca\xf3\xb3\x07O\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06rawtcp\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06rawtcp\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07raw_tcp\"\xa6\t\n\x05Redis\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05redis\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05redis\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05redis\"\xad\n\n\x08Redshift\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08redshift\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08redshift\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08redshift\"\x96\x0b\n\tSQLServer\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mssql\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mssql\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nsql_server\"\xa4\x0c\n\x10SQLServerAzureAD\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\tclient_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tclient-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06secret\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06secret\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12p\n\ttenant_id\x18\t \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:}\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07l\xca\xf3\xb3\x07g\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0cmssqlAzureAD\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmssqlAzureAD\xc2\xf4\xb3\x07)\n\x12terraform-provider\x12\x13sql_server_azure_ad\"\x8b\x0e\n\x13SQLServerKerberosAD\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06keytab\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06keytab\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nkrb_config\x18\t \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nkrb-config\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12h\n\x05realm\x18\x0b \x01(\tBY\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x16\xca\xf3\xb3\x07\x11\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05realm\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12r\n\nserver_spn\x18\n \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nserver-spn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x82\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07q\xca\xf3\xb3\x07l\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rmssqlKerberos\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rmssqlKerberos\xc2\xf4\xb3\x07,\n\x12terraform-provider\x12\x16sql_server_kerberos_ad\"\xb5\x0b\n\x03SSH\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x06 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08key_type\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08key-type\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x05 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12r\n\npublic_key\x18\x04 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\npublic-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03ssh\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03ssh\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03ssh\"\xc3\r\n\x07SSHCert\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x05 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08key_type\x18\t \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08key-type\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x04 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8e\x01\n\x18remote_identity_group_id\x18\x07 \x01(\tBl\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18remote-identity-group-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xc0\x01\n$remote_identity_healthcheck_username\x18\x08 \x01(\tB\x91\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x03\x63li\x12$remote-identity-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x14\xda\xf4\xb3\x07\x0fremote-identity\x12\x8a\x01\n\x08username\x18\x02 \x01(\tBx\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xda\xf4\xb3\x07\x12leased-credentials:h\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07W\xca\xf3\xb3\x07R\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07sshCert\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07sshCert\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08ssh_cert\"\xf5\n\n\x0eSSHCustomerKey\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x06 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x05 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bprivate_key\x18\x04 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bprivate-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:~\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07m\xca\xf3\xb3\x07h\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0esshCustomerKey\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0esshCustomerKey\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10ssh_customer_key\"\xe1\x0b\n\x0bSingleStore\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:t\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x63\xca\xf3\xb3\x07^\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bsinglestore\xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsinglestore\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0csingle_store\"\xb2\t\n\tSnowflake\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x05 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsnowflake\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowflake\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsnowflake\"\xaa\x07\n\tSnowsight\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12\x86\x01\n\x14healthcheck_username\x18\x0b \x01(\tBh\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14healthcheck_username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12w\n\x0csamlMetadata\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rsaml-metadata\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12p\n\tsubdomain\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsubdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:r\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x61\xca\xf3\xb3\x07\\\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsnowsight\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowsight\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsnowsight\"\xb2\x08\n\x06Sybase\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06sybase\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06sybase\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06sybase\"\xbb\x08\n\x08SybaseIQ\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08sybaseIQ\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08sybaseIQ\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsybase_iq\"\xba\x08\n\x08Teradata\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08teradata\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08teradata\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08teradata\"\xa3\t\n\x05Trino\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05trino\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05trino\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05trinoBc\n\x19\x63om.strongdm.api.plumbingB\x0f\x44riversPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
34
34
|
|
35
35
|
|
36
36
|
|
@@ -56,6 +56,8 @@ _AZURE = DESCRIPTOR.message_types_by_name['Azure']
|
|
56
56
|
_AZURECERTIFICATE = DESCRIPTOR.message_types_by_name['AzureCertificate']
|
57
57
|
_AZUREMYSQL = DESCRIPTOR.message_types_by_name['AzureMysql']
|
58
58
|
_AZUREPOSTGRES = DESCRIPTOR.message_types_by_name['AzurePostgres']
|
59
|
+
_AZUREPOSTGRESFLEXIBLE = DESCRIPTOR.message_types_by_name['AzurePostgresFlexible']
|
60
|
+
_AZUREPOSTGRESSINGLE = DESCRIPTOR.message_types_by_name['AzurePostgresSingle']
|
59
61
|
_BIGQUERY = DESCRIPTOR.message_types_by_name['BigQuery']
|
60
62
|
_CASSANDRA = DESCRIPTOR.message_types_by_name['Cassandra']
|
61
63
|
_CITUS = DESCRIPTOR.message_types_by_name['Citus']
|
@@ -269,6 +271,20 @@ AzurePostgres = _reflection.GeneratedProtocolMessageType('AzurePostgres', (_mess
|
|
269
271
|
})
|
270
272
|
_sym_db.RegisterMessage(AzurePostgres)
|
271
273
|
|
274
|
+
AzurePostgresFlexible = _reflection.GeneratedProtocolMessageType('AzurePostgresFlexible', (_message.Message,), {
|
275
|
+
'DESCRIPTOR' : _AZUREPOSTGRESFLEXIBLE,
|
276
|
+
'__module__' : 'drivers_pb2'
|
277
|
+
# @@protoc_insertion_point(class_scope:v1.AzurePostgresFlexible)
|
278
|
+
})
|
279
|
+
_sym_db.RegisterMessage(AzurePostgresFlexible)
|
280
|
+
|
281
|
+
AzurePostgresSingle = _reflection.GeneratedProtocolMessageType('AzurePostgresSingle', (_message.Message,), {
|
282
|
+
'DESCRIPTOR' : _AZUREPOSTGRESSINGLE,
|
283
|
+
'__module__' : 'drivers_pb2'
|
284
|
+
# @@protoc_insertion_point(class_scope:v1.AzurePostgresSingle)
|
285
|
+
})
|
286
|
+
_sym_db.RegisterMessage(AzurePostgresSingle)
|
287
|
+
|
272
288
|
BigQuery = _reflection.GeneratedProtocolMessageType('BigQuery', (_message.Message,), {
|
273
289
|
'DESCRIPTOR' : _BIGQUERY,
|
274
290
|
'__module__' : 'drivers_pb2'
|
@@ -730,6 +746,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
730
746
|
_RESOURCE.fields_by_name['azure_mysql']._serialized_options = b'\362\370\263\007$\312\363\263\007\037\302\364\263\007\032\n\014json_gateway\022\nazuremysql'
|
731
747
|
_RESOURCE.fields_by_name['azure_postgres']._options = None
|
732
748
|
_RESOURCE.fields_by_name['azure_postgres']._serialized_options = b'\362\370\263\007\'\312\363\263\007\"\302\364\263\007\035\n\014json_gateway\022\razurepostgres'
|
749
|
+
_RESOURCE.fields_by_name['azure_postgres_flexible']._options = None
|
750
|
+
_RESOURCE.fields_by_name['azure_postgres_flexible']._serialized_options = b'\362\370\263\007/\312\363\263\007*\302\364\263\007%\n\014json_gateway\022\025azurepostgresflexible'
|
751
|
+
_RESOURCE.fields_by_name['azure_postgres_single']._options = None
|
752
|
+
_RESOURCE.fields_by_name['azure_postgres_single']._serialized_options = b'\362\370\263\007-\312\363\263\007(\302\364\263\007#\n\014json_gateway\022\023azurepostgressingle'
|
733
753
|
_RESOURCE.fields_by_name['big_query']._options = None
|
734
754
|
_RESOURCE.fields_by_name['big_query']._serialized_options = b'\362\370\263\007\"\312\363\263\007\035\302\364\263\007\030\n\014json_gateway\022\010bigquery'
|
735
755
|
_RESOURCE.fields_by_name['cassandra']._options = None
|
@@ -1542,6 +1562,70 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
1542
1562
|
_AZUREPOSTGRES.fields_by_name['username']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\031\312\363\263\007\024\302\364\263\007\017\n\003cli\022\010username\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
1543
1563
|
_AZUREPOSTGRES._options = None
|
1544
1564
|
_AZUREPOSTGRES._serialized_options = b'\030\000\372\370\263\007\005\250\363\263\007\001\372\370\263\007i\312\363\263\007d\302\364\263\007\024\n\003cli\022\razurepostgres\302\364\263\007\035\n\014json_gateway\022\razurepostgres\302\364\263\007$\n\022terraform-provider\022\016azure_postgres'
|
1565
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['id']._options = None
|
1566
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
1567
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['name']._options = None
|
1568
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['name']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\300\363\263\007\001'
|
1569
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['healthy']._options = None
|
1570
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['healthy']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\230\364\263\007\001\362\370\263\007\006\262\364\263\007\001*\362\370\263\007\030\262\364\263\007\023!terraform-provider'
|
1571
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['tags']._options = None
|
1572
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
1573
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['secret_store_id']._options = None
|
1574
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
|
1575
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['egress_filter']._options = None
|
1576
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
1577
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['bind_interface']._options = None
|
1578
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['bind_interface']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001'
|
1579
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['subdomain']._options = None
|
1580
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['subdomain']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1581
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['database']._options = None
|
1582
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['database']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\031\312\363\263\007\024\302\364\263\007\017\n\003cli\022\010database\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1583
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['hostname']._options = None
|
1584
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['hostname']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\031\312\363\263\007\024\302\364\263\007\017\n\003cli\022\010hostname\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1585
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['override_database']._options = None
|
1586
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['override_database']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\"\312\363\263\007\035\302\364\263\007\030\n\003cli\022\021override-database\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1587
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['password']._options = None
|
1588
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['password']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\031\312\363\263\007\024\302\364\263\007\017\n\003cli\022\010password\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\001\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
1589
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['port']._options = None
|
1590
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['port']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\025\312\363\263\007\020\302\364\263\007\013\n\003cli\022\004port\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1591
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['port_override']._options = None
|
1592
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['port_override']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\036\312\363\263\007\031\302\364\263\007\024\n\003cli\022\rport-override\362\370\263\007\005\320\364\263\007\001\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1593
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['username']._options = None
|
1594
|
+
_AZUREPOSTGRESFLEXIBLE.fields_by_name['username']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\031\312\363\263\007\024\302\364\263\007\017\n\003cli\022\010username\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
1595
|
+
_AZUREPOSTGRESFLEXIBLE._options = None
|
1596
|
+
_AZUREPOSTGRESFLEXIBLE._serialized_options = b'\030\000\372\370\263\007\005\250\363\263\007\001\372\370\263\007\210\001\312\363\263\007\202\001\210\364\263\007\001\302\364\263\007\034\n\003cli\022\025azurepostgresflexible\302\364\263\007%\n\014json_gateway\022\025azurepostgresflexible\302\364\263\007-\n\022terraform-provider\022\027azure_postgres_flexible'
|
1597
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['id']._options = None
|
1598
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
1599
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['name']._options = None
|
1600
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['name']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\300\363\263\007\001'
|
1601
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['healthy']._options = None
|
1602
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['healthy']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\230\364\263\007\001\362\370\263\007\006\262\364\263\007\001*\362\370\263\007\030\262\364\263\007\023!terraform-provider'
|
1603
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['tags']._options = None
|
1604
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
1605
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['secret_store_id']._options = None
|
1606
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
|
1607
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['egress_filter']._options = None
|
1608
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
1609
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['bind_interface']._options = None
|
1610
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['bind_interface']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001'
|
1611
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['subdomain']._options = None
|
1612
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['subdomain']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1613
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['database']._options = None
|
1614
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['database']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\031\312\363\263\007\024\302\364\263\007\017\n\003cli\022\010database\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1615
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['hostname']._options = None
|
1616
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['hostname']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\031\312\363\263\007\024\302\364\263\007\017\n\003cli\022\010hostname\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1617
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['override_database']._options = None
|
1618
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['override_database']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\"\312\363\263\007\035\302\364\263\007\030\n\003cli\022\021override-database\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1619
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['password']._options = None
|
1620
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['password']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\031\312\363\263\007\024\302\364\263\007\017\n\003cli\022\010password\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\001\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
1621
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['port']._options = None
|
1622
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['port']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\025\312\363\263\007\020\302\364\263\007\013\n\003cli\022\004port\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1623
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['port_override']._options = None
|
1624
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['port_override']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\036\312\363\263\007\031\302\364\263\007\024\n\003cli\022\rport-override\362\370\263\007\005\320\364\263\007\001\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1625
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['username']._options = None
|
1626
|
+
_AZUREPOSTGRESSINGLE.fields_by_name['username']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\031\312\363\263\007\024\302\364\263\007\017\n\003cli\022\010username\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
1627
|
+
_AZUREPOSTGRESSINGLE._options = None
|
1628
|
+
_AZUREPOSTGRESSINGLE._serialized_options = b'\030\000\372\370\263\007\005\250\363\263\007\001\372\370\263\007\201\001\312\363\263\007|\210\364\263\007\001\302\364\263\007\032\n\003cli\022\023azurepostgressingle\302\364\263\007#\n\014json_gateway\022\023azurepostgressingle\302\364\263\007+\n\022terraform-provider\022\025azure_postgres_single'
|
1545
1629
|
_BIGQUERY.fields_by_name['id']._options = None
|
1546
1630
|
_BIGQUERY.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
1547
1631
|
_BIGQUERY.fields_by_name['name']._options = None
|
@@ -3391,165 +3475,169 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
3391
3475
|
_TRINO._options = None
|
3392
3476
|
_TRINO._serialized_options = b'\030\000\372\370\263\007\005\250\363\263\007\001\372\370\263\007U\312\363\263\007P\210\364\263\007\001\302\364\263\007\014\n\003cli\022\005trino\302\364\263\007\025\n\014json_gateway\022\005trino\302\364\263\007\033\n\022terraform-provider\022\005trino'
|
3393
3477
|
_RESOURCE._serialized_start=49
|
3394
|
-
_RESOURCE._serialized_end=
|
3395
|
-
_AKS._serialized_start=
|
3396
|
-
_AKS._serialized_end=
|
3397
|
-
_AKSBASICAUTH._serialized_start=
|
3398
|
-
_AKSBASICAUTH._serialized_end=
|
3399
|
-
_AKSSERVICEACCOUNT._serialized_start=
|
3400
|
-
_AKSSERVICEACCOUNT._serialized_end=
|
3401
|
-
_AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_start=
|
3402
|
-
_AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_end=
|
3403
|
-
_AKSUSERIMPERSONATION._serialized_start=
|
3404
|
-
_AKSUSERIMPERSONATION._serialized_end=
|
3405
|
-
_AWS._serialized_start=
|
3406
|
-
_AWS._serialized_end=
|
3407
|
-
_AWSCONSOLE._serialized_start=
|
3408
|
-
_AWSCONSOLE._serialized_end=
|
3409
|
-
_AWSCONSOLESTATICKEYPAIR._serialized_start=
|
3410
|
-
_AWSCONSOLESTATICKEYPAIR._serialized_end=
|
3411
|
-
_AMAZONEKS._serialized_start=
|
3412
|
-
_AMAZONEKS._serialized_end=
|
3413
|
-
_AMAZONEKSINSTANCEPROFILE._serialized_start=
|
3414
|
-
_AMAZONEKSINSTANCEPROFILE._serialized_end=
|
3415
|
-
_AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_start=
|
3416
|
-
_AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_end=
|
3417
|
-
_AMAZONEKSUSERIMPERSONATION._serialized_start=
|
3418
|
-
_AMAZONEKSUSERIMPERSONATION._serialized_end=
|
3419
|
-
_AMAZONES._serialized_start=
|
3420
|
-
_AMAZONES._serialized_end=
|
3421
|
-
_AMAZONMQAMQP091._serialized_start=
|
3422
|
-
_AMAZONMQAMQP091._serialized_end=
|
3423
|
-
_ATHENA._serialized_start=
|
3424
|
-
_ATHENA._serialized_end=
|
3425
|
-
_AURORAMYSQL._serialized_start=
|
3426
|
-
_AURORAMYSQL._serialized_end=
|
3427
|
-
_AURORAPOSTGRES._serialized_start=
|
3428
|
-
_AURORAPOSTGRES._serialized_end=
|
3429
|
-
_AZURE._serialized_start=
|
3430
|
-
_AZURE._serialized_end=
|
3431
|
-
_AZURECERTIFICATE._serialized_start=
|
3432
|
-
_AZURECERTIFICATE._serialized_end=
|
3433
|
-
_AZUREMYSQL._serialized_start=
|
3434
|
-
_AZUREMYSQL._serialized_end=
|
3435
|
-
_AZUREPOSTGRES._serialized_start=
|
3436
|
-
_AZUREPOSTGRES._serialized_end=
|
3437
|
-
|
3438
|
-
|
3439
|
-
|
3440
|
-
|
3441
|
-
|
3442
|
-
|
3443
|
-
|
3444
|
-
|
3445
|
-
|
3446
|
-
|
3447
|
-
|
3448
|
-
|
3449
|
-
|
3450
|
-
|
3451
|
-
|
3452
|
-
|
3453
|
-
|
3454
|
-
|
3455
|
-
|
3456
|
-
|
3457
|
-
|
3458
|
-
|
3459
|
-
|
3460
|
-
|
3461
|
-
|
3462
|
-
|
3463
|
-
|
3464
|
-
|
3465
|
-
|
3466
|
-
|
3467
|
-
|
3468
|
-
|
3469
|
-
|
3470
|
-
|
3471
|
-
|
3472
|
-
|
3473
|
-
|
3474
|
-
|
3475
|
-
|
3476
|
-
|
3477
|
-
|
3478
|
-
|
3479
|
-
|
3480
|
-
|
3481
|
-
|
3482
|
-
|
3483
|
-
|
3484
|
-
|
3485
|
-
|
3486
|
-
|
3487
|
-
|
3488
|
-
|
3489
|
-
|
3490
|
-
|
3491
|
-
|
3492
|
-
|
3493
|
-
|
3494
|
-
|
3495
|
-
|
3496
|
-
|
3497
|
-
|
3498
|
-
|
3499
|
-
|
3500
|
-
|
3501
|
-
|
3502
|
-
|
3503
|
-
|
3504
|
-
|
3505
|
-
|
3506
|
-
|
3507
|
-
|
3508
|
-
|
3509
|
-
|
3510
|
-
|
3511
|
-
|
3512
|
-
|
3513
|
-
|
3514
|
-
|
3515
|
-
|
3516
|
-
|
3517
|
-
|
3518
|
-
|
3519
|
-
|
3520
|
-
|
3521
|
-
|
3522
|
-
|
3523
|
-
|
3524
|
-
|
3525
|
-
|
3526
|
-
|
3527
|
-
|
3528
|
-
|
3529
|
-
|
3530
|
-
|
3531
|
-
|
3532
|
-
|
3533
|
-
|
3534
|
-
|
3535
|
-
|
3536
|
-
|
3537
|
-
|
3538
|
-
|
3539
|
-
|
3540
|
-
|
3541
|
-
|
3542
|
-
|
3543
|
-
|
3544
|
-
|
3545
|
-
|
3546
|
-
|
3547
|
-
|
3548
|
-
|
3549
|
-
|
3550
|
-
|
3551
|
-
|
3552
|
-
|
3553
|
-
|
3554
|
-
|
3478
|
+
_RESOURCE._serialized_end=7598
|
3479
|
+
_AKS._serialized_start=7601
|
3480
|
+
_AKS._serialized_end=9500
|
3481
|
+
_AKSBASICAUTH._serialized_start=9503
|
3482
|
+
_AKSBASICAUTH._serialized_end=10946
|
3483
|
+
_AKSSERVICEACCOUNT._serialized_start=10949
|
3484
|
+
_AKSSERVICEACCOUNT._serialized_end=12629
|
3485
|
+
_AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_start=12632
|
3486
|
+
_AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_end=14044
|
3487
|
+
_AKSUSERIMPERSONATION._serialized_start=14047
|
3488
|
+
_AKSUSERIMPERSONATION._serialized_end=15677
|
3489
|
+
_AWS._serialized_start=15680
|
3490
|
+
_AWS._serialized_end=16925
|
3491
|
+
_AWSCONSOLE._serialized_start=16928
|
3492
|
+
_AWSCONSOLE._serialized_end=18558
|
3493
|
+
_AWSCONSOLESTATICKEYPAIR._serialized_start=18561
|
3494
|
+
_AWSCONSOLESTATICKEYPAIR._serialized_end=20354
|
3495
|
+
_AMAZONEKS._serialized_start=20357
|
3496
|
+
_AMAZONEKS._serialized_end=22646
|
3497
|
+
_AMAZONEKSINSTANCEPROFILE._serialized_start=22649
|
3498
|
+
_AMAZONEKSINSTANCEPROFILE._serialized_end=24753
|
3499
|
+
_AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_start=24756
|
3500
|
+
_AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_end=26930
|
3501
|
+
_AMAZONEKSUSERIMPERSONATION._serialized_start=26933
|
3502
|
+
_AMAZONEKSUSERIMPERSONATION._serialized_end=28955
|
3503
|
+
_AMAZONES._serialized_start=28958
|
3504
|
+
_AMAZONES._serialized_end=30311
|
3505
|
+
_AMAZONMQAMQP091._serialized_start=30314
|
3506
|
+
_AMAZONMQAMQP091._serialized_end=31551
|
3507
|
+
_ATHENA._serialized_start=31554
|
3508
|
+
_ATHENA._serialized_end=32914
|
3509
|
+
_AURORAMYSQL._serialized_start=32917
|
3510
|
+
_AURORAMYSQL._serialized_end=34424
|
3511
|
+
_AURORAPOSTGRES._serialized_start=34427
|
3512
|
+
_AURORAPOSTGRES._serialized_end=35779
|
3513
|
+
_AZURE._serialized_start=35782
|
3514
|
+
_AZURE._serialized_end=36746
|
3515
|
+
_AZURECERTIFICATE._serialized_start=36749
|
3516
|
+
_AZURECERTIFICATE._serialized_end=37757
|
3517
|
+
_AZUREMYSQL._serialized_start=37760
|
3518
|
+
_AZUREMYSQL._serialized_end=39261
|
3519
|
+
_AZUREPOSTGRES._serialized_start=39264
|
3520
|
+
_AZUREPOSTGRES._serialized_end=40610
|
3521
|
+
_AZUREPOSTGRESFLEXIBLE._serialized_start=40613
|
3522
|
+
_AZUREPOSTGRESFLEXIBLE._serialized_end=42000
|
3523
|
+
_AZUREPOSTGRESSINGLE._serialized_start=42003
|
3524
|
+
_AZUREPOSTGRESSINGLE._serialized_end=43381
|
3525
|
+
_BIGQUERY._serialized_start=43384
|
3526
|
+
_BIGQUERY._serialized_end=44479
|
3527
|
+
_CASSANDRA._serialized_start=44482
|
3528
|
+
_CASSANDRA._serialized_end=45688
|
3529
|
+
_CITUS._serialized_start=45691
|
3530
|
+
_CITUS._serialized_end=47004
|
3531
|
+
_CLUSTRIX._serialized_start=47007
|
3532
|
+
_CLUSTRIX._serialized_end=48499
|
3533
|
+
_COCKROACH._serialized_start=48502
|
3534
|
+
_COCKROACH._serialized_end=49831
|
3535
|
+
_DB2I._serialized_start=49834
|
3536
|
+
_DB2I._serialized_end=51022
|
3537
|
+
_DB2LUW._serialized_start=51025
|
3538
|
+
_DB2LUW._serialized_end=52213
|
3539
|
+
_DOCUMENTDBHOST._serialized_start=52216
|
3540
|
+
_DOCUMENTDBHOST._serialized_end=53446
|
3541
|
+
_DOCUMENTDBREPLICASET._serialized_start=53449
|
3542
|
+
_DOCUMENTDBREPLICASET._serialized_end=54853
|
3543
|
+
_DRUID._serialized_start=54856
|
3544
|
+
_DRUID._serialized_end=55926
|
3545
|
+
_DYNAMODB._serialized_start=55929
|
3546
|
+
_DYNAMODB._serialized_end=57278
|
3547
|
+
_ELASTIC._serialized_start=57281
|
3548
|
+
_ELASTIC._serialized_end=58479
|
3549
|
+
_ELASTICACHEREDIS._serialized_start=58482
|
3550
|
+
_ELASTICACHEREDIS._serialized_end=59699
|
3551
|
+
_GCP._serialized_start=59702
|
3552
|
+
_GCP._serialized_end=60546
|
3553
|
+
_GOOGLEGKE._serialized_start=60549
|
3554
|
+
_GOOGLEGKE._serialized_end=62133
|
3555
|
+
_GOOGLEGKEUSERIMPERSONATION._serialized_start=62136
|
3556
|
+
_GOOGLEGKEUSERIMPERSONATION._serialized_end=63453
|
3557
|
+
_GREENPLUM._serialized_start=63456
|
3558
|
+
_GREENPLUM._serialized_end=64785
|
3559
|
+
_HTTPAUTH._serialized_start=64788
|
3560
|
+
_HTTPAUTH._serialized_end=66059
|
3561
|
+
_HTTPBASICAUTH._serialized_start=66062
|
3562
|
+
_HTTPBASICAUTH._serialized_end=67452
|
3563
|
+
_HTTPNOAUTH._serialized_start=67455
|
3564
|
+
_HTTPNOAUTH._serialized_end=68617
|
3565
|
+
_KUBERNETES._serialized_start=68620
|
3566
|
+
_KUBERNETES._serialized_end=70547
|
3567
|
+
_KUBERNETESBASICAUTH._serialized_start=70550
|
3568
|
+
_KUBERNETESBASICAUTH._serialized_end=72022
|
3569
|
+
_KUBERNETESSERVICEACCOUNT._serialized_start=72025
|
3570
|
+
_KUBERNETESSERVICEACCOUNT._serialized_end=73735
|
3571
|
+
_KUBERNETESSERVICEACCOUNTUSERIMPERSONATION._serialized_start=73738
|
3572
|
+
_KUBERNETESSERVICEACCOUNTUSERIMPERSONATION._serialized_end=75178
|
3573
|
+
_KUBERNETESUSERIMPERSONATION._serialized_start=75181
|
3574
|
+
_KUBERNETESUSERIMPERSONATION._serialized_end=76841
|
3575
|
+
_MTLSMYSQL._serialized_start=76844
|
3576
|
+
_MTLSMYSQL._serialized_end=78852
|
3577
|
+
_MTLSPOSTGRES._serialized_start=78855
|
3578
|
+
_MTLSPOSTGRES._serialized_end=80703
|
3579
|
+
_MARIA._serialized_start=80706
|
3580
|
+
_MARIA._serialized_end=82186
|
3581
|
+
_MEMCACHED._serialized_start=82189
|
3582
|
+
_MEMCACHED._serialized_end=83051
|
3583
|
+
_MEMSQL._serialized_start=83054
|
3584
|
+
_MEMSQL._serialized_end=84538
|
3585
|
+
_MONGOHOST._serialized_start=84541
|
3586
|
+
_MONGOHOST._serialized_end=85875
|
3587
|
+
_MONGOLEGACYHOST._serialized_start=85878
|
3588
|
+
_MONGOLEGACYHOST._serialized_end=87330
|
3589
|
+
_MONGOLEGACYREPLICASET._serialized_start=87333
|
3590
|
+
_MONGOLEGACYREPLICASET._serialized_end=88953
|
3591
|
+
_MONGOREPLICASET._serialized_start=88956
|
3592
|
+
_MONGOREPLICASET._serialized_end=90567
|
3593
|
+
_MONGOSHARDEDCLUSTER._serialized_start=90570
|
3594
|
+
_MONGOSHARDEDCLUSTER._serialized_end=91843
|
3595
|
+
_MYSQL._serialized_start=91846
|
3596
|
+
_MYSQL._serialized_end=93326
|
3597
|
+
_NEPTUNE._serialized_start=93329
|
3598
|
+
_NEPTUNE._serialized_end=94183
|
3599
|
+
_NEPTUNEIAM._serialized_start=94186
|
3600
|
+
_NEPTUNEIAM._serialized_end=95651
|
3601
|
+
_ORACLE._serialized_start=95654
|
3602
|
+
_ORACLE._serialized_end=96960
|
3603
|
+
_POSTGRES._serialized_start=96963
|
3604
|
+
_POSTGRES._serialized_end=98288
|
3605
|
+
_PRESTO._serialized_start=98291
|
3606
|
+
_PRESTO._serialized_end=99597
|
3607
|
+
_RDP._serialized_start=99600
|
3608
|
+
_RDP._serialized_end=100809
|
3609
|
+
_RABBITMQAMQP091._serialized_start=100812
|
3610
|
+
_RABBITMQAMQP091._serialized_end=102049
|
3611
|
+
_RAWTCP._serialized_start=102052
|
3612
|
+
_RAWTCP._serialized_end=102903
|
3613
|
+
_REDIS._serialized_start=102906
|
3614
|
+
_REDIS._serialized_end=104096
|
3615
|
+
_REDSHIFT._serialized_start=104099
|
3616
|
+
_REDSHIFT._serialized_end=105424
|
3617
|
+
_SQLSERVER._serialized_start=105427
|
3618
|
+
_SQLSERVER._serialized_end=106857
|
3619
|
+
_SQLSERVERAZUREAD._serialized_start=106860
|
3620
|
+
_SQLSERVERAZUREAD._serialized_end=108432
|
3621
|
+
_SQLSERVERKERBEROSAD._serialized_start=108435
|
3622
|
+
_SQLSERVERKERBEROSAD._serialized_end=110238
|
3623
|
+
_SSH._serialized_start=110241
|
3624
|
+
_SSH._serialized_end=111702
|
3625
|
+
_SSHCERT._serialized_start=111705
|
3626
|
+
_SSHCERT._serialized_end=113436
|
3627
|
+
_SSHCUSTOMERKEY._serialized_start=113439
|
3628
|
+
_SSHCUSTOMERKEY._serialized_end=114836
|
3629
|
+
_SINGLESTORE._serialized_start=114839
|
3630
|
+
_SINGLESTORE._serialized_end=116344
|
3631
|
+
_SNOWFLAKE._serialized_start=116347
|
3632
|
+
_SNOWFLAKE._serialized_end=117549
|
3633
|
+
_SNOWSIGHT._serialized_start=117552
|
3634
|
+
_SNOWSIGHT._serialized_end=118490
|
3635
|
+
_SYBASE._serialized_start=118493
|
3636
|
+
_SYBASE._serialized_end=119567
|
3637
|
+
_SYBASEIQ._serialized_start=119570
|
3638
|
+
_SYBASEIQ._serialized_end=120653
|
3639
|
+
_TERADATA._serialized_start=120656
|
3640
|
+
_TERADATA._serialized_end=121738
|
3641
|
+
_TRINO._serialized_start=121741
|
3642
|
+
_TRINO._serialized_end=122928
|
3555
3643
|
# @@protoc_insertion_point(module_scope)
|