From 853c7d3ce42b5cf75360847d4df98491b5d84b0e Mon Sep 17 00:00:00 2001 From: schmidtjohannes Date: Tue, 7 Sep 2021 11:21:18 -0300 Subject: [PATCH] update to version 0.3.4 --- CHANGELOG.md | 4 +++ docs/guides/aws/aws_provider.md | 4 +-- docs/guides/azure/azure_provider.md | 4 +-- .../communication_setting_provider.md | 4 +-- docs/guides/group/group_provider.md | 4 +-- .../profile_settings_provider.md | 4 +-- .../report_config/report_config_provider.md | 4 +-- docs/guides/sso_user/sso_user_provider.md | 4 +-- docs/guides/user/user_provider.md | 4 +-- docs/index.md | 34 +++++++++---------- docs/resources/aws_cloudformation_stack.md | 4 +-- docs/resources/conformity_aws_account.md | 4 +-- docs/resources/conformity_azure_account.md | 4 +-- .../conformity_communication_settings.md | 4 +-- docs/resources/conformity_group.md | 4 +-- docs/resources/conformity_profile.md | 4 +-- docs/resources/conformity_report_config.md | 4 +-- docs/resources/conformity_sso_user.md | 4 +-- docs/resources/conformity_user.md | 4 +-- example/access/provider.tf | 4 +-- example/aws/provider.tf | 4 +-- example/azure/provider.tf | 4 +-- .../communication_setting/email/provider.tf | 4 +-- .../ms-teams/provider.tf | 4 +-- .../multiple/provider.tf | 4 +-- .../communication_setting/slack/provider.tf | 4 +-- example/communication_setting/sms/provider.tf | 4 +-- example/communication_setting/sns/provider.tf | 4 +-- .../communication_setting/webhook/provider.tf | 4 +-- example/group/provider.tf | 4 +-- example/import/account/aws/provider.tf | 4 +-- example/import/account/azure/provider.tf | 4 +-- .../import/communication_setting/provider.tf | 4 +-- example/import/group/provider.tf | 4 +-- example/import/profile_settings/provider.tf | 4 +-- example/import/report_config/main/provider.tf | 4 +-- example/import/user/sso_user/provider.tf | 4 +-- example/import/user/user/provider.tf | 4 +-- .../existing_profile/provider.tf | 4 +-- .../multiple_extra_settings/provider.tf | 4 +-- .../values_string_int/provider.tf | 4 +-- .../profile_settings/with_rules/provider.tf | 4 +-- .../without_rules/provider.tf | 4 +-- example/report_config/main/provider.tf | 4 +-- example/user/sso_user/provider.tf | 4 +-- example/user/user/provider.tf | 4 +-- script/increase-version-in-docs.sh | 4 +-- script/manual-install-from-github.bat | 2 +- script/manual-install-from-github.sh | 2 +- 49 files changed, 112 insertions(+), 110 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea5c66..66fc62b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.4 + +* fix documentation + ## 0.3.3 * fix documentation diff --git a/docs/guides/aws/aws_provider.md b/docs/guides/aws/aws_provider.md index fae7fbf..0c47676 100644 --- a/docs/guides/aws/aws_provider.md +++ b/docs/guides/aws/aws_provider.md @@ -32,8 +32,8 @@ Note: You can always change the values declared according to your choice. terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } aws = { source = "hashicorp/aws" diff --git a/docs/guides/azure/azure_provider.md b/docs/guides/azure/azure_provider.md index c62b304..31d2d68 100644 --- a/docs/guides/azure/azure_provider.md +++ b/docs/guides/azure/azure_provider.md @@ -32,8 +32,8 @@ Note: You can always change the values declared according to your choice. terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/docs/guides/communication_setting/communication_setting_provider.md b/docs/guides/communication_setting/communication_setting_provider.md index 98d8e28..3c7615b 100644 --- a/docs/guides/communication_setting/communication_setting_provider.md +++ b/docs/guides/communication_setting/communication_setting_provider.md @@ -29,8 +29,8 @@ Note: You can always change the values declared according to your choice. terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/docs/guides/group/group_provider.md b/docs/guides/group/group_provider.md index ac01b49..899e508 100644 --- a/docs/guides/group/group_provider.md +++ b/docs/guides/group/group_provider.md @@ -36,8 +36,8 @@ Note: You can always change the values declared according to your choice. terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/docs/guides/profile_settings/profile_settings_provider.md b/docs/guides/profile_settings/profile_settings_provider.md index e20a0bb..3698af6 100644 --- a/docs/guides/profile_settings/profile_settings_provider.md +++ b/docs/guides/profile_settings/profile_settings_provider.md @@ -29,8 +29,8 @@ Note: You can always change the values declared according to your choice. terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/docs/guides/report_config/report_config_provider.md b/docs/guides/report_config/report_config_provider.md index 7faa1ff..51fce10 100644 --- a/docs/guides/report_config/report_config_provider.md +++ b/docs/guides/report_config/report_config_provider.md @@ -29,8 +29,8 @@ Note: You can always change the values declared according to your choice. terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/docs/guides/sso_user/sso_user_provider.md b/docs/guides/sso_user/sso_user_provider.md index 78099cf..519f081 100644 --- a/docs/guides/sso_user/sso_user_provider.md +++ b/docs/guides/sso_user/sso_user_provider.md @@ -44,8 +44,8 @@ Note: You can always change the values declared according to your choice. terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/docs/guides/user/user_provider.md b/docs/guides/user/user_provider.md index 4916560..4008784 100644 --- a/docs/guides/user/user_provider.md +++ b/docs/guides/user/user_provider.md @@ -44,8 +44,8 @@ Note: You can always change the values declared according to your choice. terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/docs/index.md b/docs/index.md index 86ff160..4d9be05 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,8 +23,8 @@ Conformity Provider Section terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } @@ -59,8 +59,8 @@ provider "aws" { terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } aws = { source = "hashicorp/aws" @@ -90,17 +90,15 @@ the environment: https://www.terraform.io/docs/cli/config/environment-variables. ## Support -This solution is provided ‘as is’, ‘with all faults’, ‘as available’ under a Trend Micro end user agreement
-(www.trendmicro.com/en_sg/about/legal.html?modal=en-mulitcountry-tm-tools-eulapdf). This
-solution should be seen as community supported and Trend Micro will
-contribute our expertise as and when possible. We do not provide
-technical support or help in using or troubleshooting the components of
-the project through our normal support options. The underlying product
-used (Conformity API) by the solution are supported, but the support is
-only for the product functionality and not for help in deploying or
-using this solution itself.
- - -Report an issue or commit a feature improvement to the provider https://github.com/trendmicro/terraform-provider-conformity.
-Contact the Trend Micro team at support@cloudconformity.com to report an issue or make a feature request
-Report an Issue https://github.com/trendmicro/terraform-provider-conformity/issues.
\ No newline at end of file +This solution is provided ‘as is’, ‘with all faults’, ‘as available’ under a Trend Micro end user agreement (www.trendmicro.com/en_sg/about/legal.html?modal=en-mulitcountry-tm-tools-eulapdf).
+This solution should be seen as community supported and Trend Micro will
+contribute our expertise as and when possible. We do not provide
+technical support or help in using or troubleshooting the components of
+the project through our normal support options. The underlying product
+used (Conformity API) by the solution are supported, but the support is
+only for the product functionality and not for help in deploying or
+using this solution itself.
+ +Report an issue or commit a feature improvement to the provider https://github.com/trendmicro/terraform-provider-conformity
+Contact the Trend Micro team at support@cloudconformity.com to report an issue or make a feature request.
+Report an Issue https://github.com/trendmicro/terraform-provider-conformity/issues
\ No newline at end of file diff --git a/docs/resources/aws_cloudformation_stack.md b/docs/resources/aws_cloudformation_stack.md index 0612e7c..1de593e 100644 --- a/docs/resources/aws_cloudformation_stack.md +++ b/docs/resources/aws_cloudformation_stack.md @@ -47,14 +47,14 @@ terraform import aws_cloudformation_stack.stack CloudConformity | Name | Version | |------|---------| | [aws](#requirement\_aws) | >= 3.44.0 | -| [conformity](#requirement\_conformity) | 0.3.3 | +| [conformity](#requirement\_conformity) | 0.3.4 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 3.44.0 | -| [conformity](#provider\_conformity) | 0.3.3 | +| [conformity](#provider\_conformity) | 0.3.4 | ## Resources diff --git a/docs/resources/conformity_aws_account.md b/docs/resources/conformity_aws_account.md index 0311f28..2ad4100 100644 --- a/docs/resources/conformity_aws_account.md +++ b/docs/resources/conformity_aws_account.md @@ -263,14 +263,14 @@ terraform show -no-color >> main.tf | Name | Version | |------|---------| | [aws](#requirement\_aws) | >= 3.44.0 | -| [conformity](#requirement\_conformity) | 0.3.3 | +| [conformity](#requirement\_conformity) | 0.3.4 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 3.44.0 | -| [conformity](#provider\_conformity) | 0.3.3 | +| [conformity](#provider\_conformity) | 0.3.4 | ## Resources diff --git a/docs/resources/conformity_azure_account.md b/docs/resources/conformity_azure_account.md index af35f7b..67497c7 100644 --- a/docs/resources/conformity_azure_account.md +++ b/docs/resources/conformity_azure_account.md @@ -135,10 +135,10 @@ terraform show -no-color >> main.tf | Name | Version | |------|---------| -| [conformity](#requirement\_conformity) | 0.3.3 | +| [conformity](#requirement\_conformity) | 0.3.4 | ## Providers | Name | Version | |------|---------| -| [conformity](#provider\_conformity) | 0.3.3 | \ No newline at end of file +| [conformity](#provider\_conformity) | 0.3.4 | \ No newline at end of file diff --git a/docs/resources/conformity_communication_settings.md b/docs/resources/conformity_communication_settings.md index e711b91..84f6e80 100644 --- a/docs/resources/conformity_communication_settings.md +++ b/docs/resources/conformity_communication_settings.md @@ -159,10 +159,10 @@ terraform show -no-color >> main.tf | Name | Version | |------|---------| -| [conformity](#requirement\_conformity) | 0.3.3 | +| [conformity](#requirement\_conformity) | 0.3.4 | ## Providers | Name | Version | |------|---------| -| [conformity](#provider\_conformity) | 0.3.3 | \ No newline at end of file +| [conformity](#provider\_conformity) | 0.3.4 | \ No newline at end of file diff --git a/docs/resources/conformity_group.md b/docs/resources/conformity_group.md index a87aa75..a2cf5f3 100644 --- a/docs/resources/conformity_group.md +++ b/docs/resources/conformity_group.md @@ -64,10 +64,10 @@ terraform show -no-color >> main.tf | Name | Version | |------|---------| -| [conformity](#requirement\_conformity) | 0.3.3 | +| [conformity](#requirement\_conformity) | 0.3.4 | ## Providers | Name | Version | |------|---------| -| [conformity](#provider\_conformity) | 0.3.3 | \ No newline at end of file +| [conformity](#provider\_conformity) | 0.3.4 | \ No newline at end of file diff --git a/docs/resources/conformity_profile.md b/docs/resources/conformity_profile.md index 22fbff3..f6c7cd0 100644 --- a/docs/resources/conformity_profile.md +++ b/docs/resources/conformity_profile.md @@ -172,10 +172,10 @@ terraform show -no-color >> main.tf | Name | Version | |------|---------| -| [conformity](#requirement\_conformity) | 0.3.3 | +| [conformity](#requirement\_conformity) | 0.3.4 | ## Providers | Name | Version | |------|---------| -| [conformity](#provider\_conformity) | 0.3.3 | \ No newline at end of file +| [conformity](#provider\_conformity) | 0.3.4 | \ No newline at end of file diff --git a/docs/resources/conformity_report_config.md b/docs/resources/conformity_report_config.md index bc0b620..18c08b5 100644 --- a/docs/resources/conformity_report_config.md +++ b/docs/resources/conformity_report_config.md @@ -132,10 +132,10 @@ terraform show -no-color >> main.tf | Name | Version | |------|---------| -| [conformity](#requirement\_conformity) | 0.3.3 | +| [conformity](#requirement\_conformity) | 0.3.4 | ## Providers | Name | Version | |------|---------| -| [conformity](#provider\_conformity) | 0.3.3 | \ No newline at end of file +| [conformity](#provider\_conformity) | 0.3.4 | \ No newline at end of file diff --git a/docs/resources/conformity_sso_user.md b/docs/resources/conformity_sso_user.md index 60599b8..105c37d 100644 --- a/docs/resources/conformity_sso_user.md +++ b/docs/resources/conformity_sso_user.md @@ -88,10 +88,10 @@ terraform show -no-color >> main.tf | Name | Version | |------|---------| -| [conformity](#requirement\_conformity) | 0.3.3 | +| [conformity](#requirement\_conformity) | 0.3.4 | ## Providers | Name | Version | |------|---------| -| [conformity](#provider\_conformity) | 0.3.3 | \ No newline at end of file +| [conformity](#provider\_conformity) | 0.3.4 | \ No newline at end of file diff --git a/docs/resources/conformity_user.md b/docs/resources/conformity_user.md index 88e5274..2a57927 100644 --- a/docs/resources/conformity_user.md +++ b/docs/resources/conformity_user.md @@ -87,10 +87,10 @@ terraform show -no-color >> main.tf | Name | Version | |------|---------| -| [conformity](#requirement\_conformity) | 0.3.3 | +| [conformity](#requirement\_conformity) | 0.3.4 | ## Providers | Name | Version | |------|---------| -| [conformity](#provider\_conformity) | 0.3.3 | \ No newline at end of file +| [conformity](#provider\_conformity) | 0.3.4 | \ No newline at end of file diff --git a/example/access/provider.tf b/example/access/provider.tf index e45683d..d027020 100644 --- a/example/access/provider.tf +++ b/example/access/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/aws/provider.tf b/example/aws/provider.tf index 15e01de..66222d7 100644 --- a/example/aws/provider.tf +++ b/example/aws/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } aws = { source = "hashicorp/aws" diff --git a/example/azure/provider.tf b/example/azure/provider.tf index 2c66fdd..71789c3 100644 --- a/example/azure/provider.tf +++ b/example/azure/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } diff --git a/example/communication_setting/email/provider.tf b/example/communication_setting/email/provider.tf index 53e9e19..e2a475f 100644 --- a/example/communication_setting/email/provider.tf +++ b/example/communication_setting/email/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/communication_setting/ms-teams/provider.tf b/example/communication_setting/ms-teams/provider.tf index 53e9e19..e2a475f 100644 --- a/example/communication_setting/ms-teams/provider.tf +++ b/example/communication_setting/ms-teams/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/communication_setting/multiple/provider.tf b/example/communication_setting/multiple/provider.tf index 53e9e19..e2a475f 100644 --- a/example/communication_setting/multiple/provider.tf +++ b/example/communication_setting/multiple/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/communication_setting/slack/provider.tf b/example/communication_setting/slack/provider.tf index 53e9e19..e2a475f 100644 --- a/example/communication_setting/slack/provider.tf +++ b/example/communication_setting/slack/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/communication_setting/sms/provider.tf b/example/communication_setting/sms/provider.tf index 53e9e19..e2a475f 100644 --- a/example/communication_setting/sms/provider.tf +++ b/example/communication_setting/sms/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/communication_setting/sns/provider.tf b/example/communication_setting/sns/provider.tf index 53e9e19..e2a475f 100644 --- a/example/communication_setting/sns/provider.tf +++ b/example/communication_setting/sns/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/communication_setting/webhook/provider.tf b/example/communication_setting/webhook/provider.tf index 53e9e19..e2a475f 100644 --- a/example/communication_setting/webhook/provider.tf +++ b/example/communication_setting/webhook/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/group/provider.tf b/example/group/provider.tf index 53e9e19..e2a475f 100644 --- a/example/group/provider.tf +++ b/example/group/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/import/account/aws/provider.tf b/example/import/account/aws/provider.tf index 53e9e19..e2a475f 100644 --- a/example/import/account/aws/provider.tf +++ b/example/import/account/aws/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/import/account/azure/provider.tf b/example/import/account/azure/provider.tf index 53e9e19..e2a475f 100644 --- a/example/import/account/azure/provider.tf +++ b/example/import/account/azure/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/import/communication_setting/provider.tf b/example/import/communication_setting/provider.tf index 53e9e19..e2a475f 100644 --- a/example/import/communication_setting/provider.tf +++ b/example/import/communication_setting/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/import/group/provider.tf b/example/import/group/provider.tf index 53e9e19..e2a475f 100644 --- a/example/import/group/provider.tf +++ b/example/import/group/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/import/profile_settings/provider.tf b/example/import/profile_settings/provider.tf index 53e9e19..e2a475f 100644 --- a/example/import/profile_settings/provider.tf +++ b/example/import/profile_settings/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/import/report_config/main/provider.tf b/example/import/report_config/main/provider.tf index 53e9e19..e2a475f 100644 --- a/example/import/report_config/main/provider.tf +++ b/example/import/report_config/main/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/import/user/sso_user/provider.tf b/example/import/user/sso_user/provider.tf index 53e9e19..e2a475f 100644 --- a/example/import/user/sso_user/provider.tf +++ b/example/import/user/sso_user/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/import/user/user/provider.tf b/example/import/user/user/provider.tf index 53e9e19..e2a475f 100644 --- a/example/import/user/user/provider.tf +++ b/example/import/user/user/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/profile_settings/existing_profile/provider.tf b/example/profile_settings/existing_profile/provider.tf index 53e9e19..e2a475f 100644 --- a/example/profile_settings/existing_profile/provider.tf +++ b/example/profile_settings/existing_profile/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/profile_settings/multiple_extra_settings/provider.tf b/example/profile_settings/multiple_extra_settings/provider.tf index 53e9e19..e2a475f 100644 --- a/example/profile_settings/multiple_extra_settings/provider.tf +++ b/example/profile_settings/multiple_extra_settings/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/profile_settings/values_string_int/provider.tf b/example/profile_settings/values_string_int/provider.tf index 53e9e19..e2a475f 100644 --- a/example/profile_settings/values_string_int/provider.tf +++ b/example/profile_settings/values_string_int/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/profile_settings/with_rules/provider.tf b/example/profile_settings/with_rules/provider.tf index 53e9e19..e2a475f 100644 --- a/example/profile_settings/with_rules/provider.tf +++ b/example/profile_settings/with_rules/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/profile_settings/without_rules/provider.tf b/example/profile_settings/without_rules/provider.tf index 53e9e19..e2a475f 100644 --- a/example/profile_settings/without_rules/provider.tf +++ b/example/profile_settings/without_rules/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/report_config/main/provider.tf b/example/report_config/main/provider.tf index 53e9e19..e2a475f 100644 --- a/example/report_config/main/provider.tf +++ b/example/report_config/main/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/user/sso_user/provider.tf b/example/user/sso_user/provider.tf index 53e9e19..e2a475f 100644 --- a/example/user/sso_user/provider.tf +++ b/example/user/sso_user/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/example/user/user/provider.tf b/example/user/user/provider.tf index 53e9e19..e2a475f 100644 --- a/example/user/user/provider.tf +++ b/example/user/user/provider.tf @@ -1,8 +1,8 @@ terraform { required_providers { conformity = { - version = "0.3.3" - source = "trendmicro.com/cloudone/conformity" + version = "0.3.4" + source = "trendmicro/conformity" } } } diff --git a/script/increase-version-in-docs.sh b/script/increase-version-in-docs.sh index 504c96b..fa4db4b 100755 --- a/script/increase-version-in-docs.sh +++ b/script/increase-version-in-docs.sh @@ -1,4 +1,4 @@ #!/bin/bash -grep -rl "0\.3\.2" example | xargs sed -i "" -e "s/0\.3\.2/0.3.3/g" -grep -rl "0\.3\.2" docs | xargs sed -i "" -e "s/0\.3\.2/0.3.3/g" +grep -rl "0\.3\.3" example | xargs sed -i "" -e "s/0\.3\.3/0.3.4/g" +grep -rl "0\.3\.3" docs | xargs sed -i "" -e "s/0\.3\.3/0.3.4/g" diff --git a/script/manual-install-from-github.bat b/script/manual-install-from-github.bat index 08eabe5..4706198 100644 --- a/script/manual-install-from-github.bat +++ b/script/manual-install-from-github.bat @@ -11,7 +11,7 @@ cd %download% set owner=trendmicro set name=conformity set repo=terraform-provider-%name% -set version=0.3.3 +set version=0.3.4 set token=YOUR_TOKEN set os_arch=windows_amd64 diff --git a/script/manual-install-from-github.sh b/script/manual-install-from-github.sh index 02daf28..3e2e73e 100755 --- a/script/manual-install-from-github.sh +++ b/script/manual-install-from-github.sh @@ -14,7 +14,7 @@ cd ${download} owner="trendmicro" name="conformity" repo="terraform-provider-${name}" -version="0.3.3" +version="0.3.4" token="YOUR_TOKEN" os_arch="darwin_amd64"