From 2f67e0a4e29422dd72d217c2c36b10c0bb8b9d8b Mon Sep 17 00:00:00 2001 From: Ulderico Cirello Date: Fri, 31 Jul 2020 14:35:31 -0700 Subject: [PATCH] BUMP TERRAFORM PROVIDER VERSION GitOrigin-RevId: a83b425a7a3b26551c6ceb0c15e9681ab1d75c9f --- .../data-sources/account.html.md => docs/data-sources/account.md | 0 .../data-sources/account_attachment.md | 0 .../account_grant.html.md => docs/data-sources/account_grant.md | 0 .../docs/data-sources/index.html.md => docs/data-sources/index.md | 0 .../docs/data-sources/node.html.md => docs/data-sources/node.md | 0 .../resource.html.md => docs/data-sources/resource.md | 0 .../docs/data-sources/role.html.md => docs/data-sources/role.md | 0 .../data-sources/role_attachment.md | 0 .../role_grant.html.md => docs/data-sources/role_grant.md | 0 .../adding_resources.html.md => docs/guides/adding_resources.md | 0 .../guides/how_to_create_a_gateway.md | 0 website/docs/guides/index.html.md => docs/guides/index.md | 0 website/docs/guides/roles.html.md => docs/guides/roles.md | 0 .../user_management.html.md => docs/guides/user_management.md | 0 website/docs/index.html.md => docs/index.md | 0 .../docs/resources/account.html.md => docs/resources/account.md | 0 .../resources/account_attachment.md | 0 .../account_grant.html.md => docs/resources/account_grant.md | 0 website/docs/resources/index.html.md => docs/resources/index.md | 0 website/docs/resources/node.html.md => docs/resources/node.md | 0 .../docs/resources/resource.html.md => docs/resources/resource.md | 0 website/docs/resources/role.html.md => docs/resources/role.md | 0 .../role_attachment.html.md => docs/resources/role_attachment.md | 0 .../resources/role_grant.html.md => docs/resources/role_grant.md | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename website/docs/data-sources/account.html.md => docs/data-sources/account.md (100%) rename website/docs/data-sources/account_attachment.html.md => docs/data-sources/account_attachment.md (100%) rename website/docs/data-sources/account_grant.html.md => docs/data-sources/account_grant.md (100%) rename website/docs/data-sources/index.html.md => docs/data-sources/index.md (100%) rename website/docs/data-sources/node.html.md => docs/data-sources/node.md (100%) rename website/docs/data-sources/resource.html.md => docs/data-sources/resource.md (100%) rename website/docs/data-sources/role.html.md => docs/data-sources/role.md (100%) rename website/docs/data-sources/role_attachment.html.md => docs/data-sources/role_attachment.md (100%) rename website/docs/data-sources/role_grant.html.md => docs/data-sources/role_grant.md (100%) rename website/docs/guides/adding_resources.html.md => docs/guides/adding_resources.md (100%) rename website/docs/guides/how_to_create_a_gateway.html.md => docs/guides/how_to_create_a_gateway.md (100%) rename website/docs/guides/index.html.md => docs/guides/index.md (100%) rename website/docs/guides/roles.html.md => docs/guides/roles.md (100%) rename website/docs/guides/user_management.html.md => docs/guides/user_management.md (100%) rename website/docs/index.html.md => docs/index.md (100%) rename website/docs/resources/account.html.md => docs/resources/account.md (100%) rename website/docs/resources/account_attachment.html.md => docs/resources/account_attachment.md (100%) rename website/docs/resources/account_grant.html.md => docs/resources/account_grant.md (100%) rename website/docs/resources/index.html.md => docs/resources/index.md (100%) rename website/docs/resources/node.html.md => docs/resources/node.md (100%) rename website/docs/resources/resource.html.md => docs/resources/resource.md (100%) rename website/docs/resources/role.html.md => docs/resources/role.md (100%) rename website/docs/resources/role_attachment.html.md => docs/resources/role_attachment.md (100%) rename website/docs/resources/role_grant.html.md => docs/resources/role_grant.md (100%) diff --git a/website/docs/data-sources/account.html.md b/docs/data-sources/account.md similarity index 100% rename from website/docs/data-sources/account.html.md rename to docs/data-sources/account.md diff --git a/website/docs/data-sources/account_attachment.html.md b/docs/data-sources/account_attachment.md similarity index 100% rename from website/docs/data-sources/account_attachment.html.md rename to docs/data-sources/account_attachment.md diff --git a/website/docs/data-sources/account_grant.html.md b/docs/data-sources/account_grant.md similarity index 100% rename from website/docs/data-sources/account_grant.html.md rename to docs/data-sources/account_grant.md diff --git a/website/docs/data-sources/index.html.md b/docs/data-sources/index.md similarity index 100% rename from website/docs/data-sources/index.html.md rename to docs/data-sources/index.md diff --git a/website/docs/data-sources/node.html.md b/docs/data-sources/node.md similarity index 100% rename from website/docs/data-sources/node.html.md rename to docs/data-sources/node.md diff --git a/website/docs/data-sources/resource.html.md b/docs/data-sources/resource.md similarity index 100% rename from website/docs/data-sources/resource.html.md rename to docs/data-sources/resource.md diff --git a/website/docs/data-sources/role.html.md b/docs/data-sources/role.md similarity index 100% rename from website/docs/data-sources/role.html.md rename to docs/data-sources/role.md diff --git a/website/docs/data-sources/role_attachment.html.md b/docs/data-sources/role_attachment.md similarity index 100% rename from website/docs/data-sources/role_attachment.html.md rename to docs/data-sources/role_attachment.md diff --git a/website/docs/data-sources/role_grant.html.md b/docs/data-sources/role_grant.md similarity index 100% rename from website/docs/data-sources/role_grant.html.md rename to docs/data-sources/role_grant.md diff --git a/website/docs/guides/adding_resources.html.md b/docs/guides/adding_resources.md similarity index 100% rename from website/docs/guides/adding_resources.html.md rename to docs/guides/adding_resources.md diff --git a/website/docs/guides/how_to_create_a_gateway.html.md b/docs/guides/how_to_create_a_gateway.md similarity index 100% rename from website/docs/guides/how_to_create_a_gateway.html.md rename to docs/guides/how_to_create_a_gateway.md diff --git a/website/docs/guides/index.html.md b/docs/guides/index.md similarity index 100% rename from website/docs/guides/index.html.md rename to docs/guides/index.md diff --git a/website/docs/guides/roles.html.md b/docs/guides/roles.md similarity index 100% rename from website/docs/guides/roles.html.md rename to docs/guides/roles.md diff --git a/website/docs/guides/user_management.html.md b/docs/guides/user_management.md similarity index 100% rename from website/docs/guides/user_management.html.md rename to docs/guides/user_management.md diff --git a/website/docs/index.html.md b/docs/index.md similarity index 100% rename from website/docs/index.html.md rename to docs/index.md diff --git a/website/docs/resources/account.html.md b/docs/resources/account.md similarity index 100% rename from website/docs/resources/account.html.md rename to docs/resources/account.md diff --git a/website/docs/resources/account_attachment.html.md b/docs/resources/account_attachment.md similarity index 100% rename from website/docs/resources/account_attachment.html.md rename to docs/resources/account_attachment.md diff --git a/website/docs/resources/account_grant.html.md b/docs/resources/account_grant.md similarity index 100% rename from website/docs/resources/account_grant.html.md rename to docs/resources/account_grant.md diff --git a/website/docs/resources/index.html.md b/docs/resources/index.md similarity index 100% rename from website/docs/resources/index.html.md rename to docs/resources/index.md diff --git a/website/docs/resources/node.html.md b/docs/resources/node.md similarity index 100% rename from website/docs/resources/node.html.md rename to docs/resources/node.md diff --git a/website/docs/resources/resource.html.md b/docs/resources/resource.md similarity index 100% rename from website/docs/resources/resource.html.md rename to docs/resources/resource.md diff --git a/website/docs/resources/role.html.md b/docs/resources/role.md similarity index 100% rename from website/docs/resources/role.html.md rename to docs/resources/role.md diff --git a/website/docs/resources/role_attachment.html.md b/docs/resources/role_attachment.md similarity index 100% rename from website/docs/resources/role_attachment.html.md rename to docs/resources/role_attachment.md diff --git a/website/docs/resources/role_grant.html.md b/docs/resources/role_grant.md similarity index 100% rename from website/docs/resources/role_grant.html.md rename to docs/resources/role_grant.md