terraform-provider-vra

Terraform Provider for VMware Aria Automation

MPL-2.0 License

Stars
101

Bot releases are visible (Hide)

terraform-provider-vra - v0.9.0 Latest Release

Published by github-actions[bot] 5 months ago

Release v0.9.0 (05/30/2024)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Deprecations

  • Datasource vra_catalog_item_entitlement is being deprecated; use instead the vra_content_sharing_policy datasource;
  • Datasource vra_catalog_source_entitlement is being deprecated; use instead the the vra_content_sharing_policy datasource;
  • Resource vra_catalog_item_entitlement is being deprecated; use instead the vra_content_sharing_policy resource;
  • Resource vra_catalog_source_entitlement is being deprecated; use instead thevra_content_sharing_policy resource;

Changelog

  • 6bd100b Fix update for vSphere/VMC/NSX-T/NSX-V cloud accounts
  • d1d52b5 Update catalog_item examples
  • 545c72e Fix linter errors
  • ac130ef Add vra_content_sharing_policy data source and resource
  • 322de14 Add missing fields
terraform-provider-vra - v0.8.8

Published by github-actions[bot] 6 months ago

Release v0.8.8 (04/23/2024)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • acac7ae Upgrade golang.org/x/net to v0.24.0
terraform-provider-vra - v0.8.7

Published by github-actions[bot] 7 months ago

Release v0.8.7 (03/19/2024)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • 4976131 Upgrade google.golang.org/protobuf to v1.33.0
terraform-provider-vra - v0.8.6

Published by github-actions[bot] 10 months ago

Release v0.8.6 (12/21/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • 5d2e62e Fix updating network ip ranges
terraform-provider-vra - v0.8.5

Published by github-actions[bot] 10 months ago

Release v0.8.5 (12/19/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • 3116050 Upgrade golang.org/x/crypto to v0.17.0
terraform-provider-vra - v0.8.4

Published by github-actions[bot] 12 months ago

Release v0.8.4 (10/30/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • b333685 Upgrade google.golang.org/grpc mod
terraform-provider-vra - v0.8.3

Published by github-actions[bot] about 1 year ago

Release v0.8.3 (10/16/2023)

Changelog

  • ed0373a Upgrade golang.org/x/net to v0.17.0
  • 62a226d Fix go lint
  • 44f34c5 Update Github actions
terraform-provider-vra - v0.8.2

Published by github-actions[bot] about 1 year ago

Release v0.8.2 (10/05/2023)

This release does not contain any change, it has just been signed with a new gpg key to fix an issue with Terraform v1.6.0 (see https://github.com/vmware/terraform-provider-vra/issues/506).

terraform-provider-vra - v0.8.1

Published by github-actions[bot] about 1 year ago

Release v0.8.1 (09/20/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • 773b9f6 Fix the fabric_network_ids parameter at vra__network_ip_range resource
terraform-provider-vra - v0.8.0

Published by github-actions[bot] about 1 year ago

Release v0.8.0 (09/20/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Backward incompatible changes

The provider has a default timeout for vRA API calls of 30 seconds. For certain API calls, that timeout was increased to 1 minute. This version of the provider removes the increased timeout, so all the vRA API calls will timeout after 30 seconds.

If a user has to increase this timeout, they can configure it through the provider configuration parameter api_timeout or by setting the environment variable VRA_API_TIMEOUT:

provider "vra" {
  host          = var.host
  url           = var.url
  refresh_token = var.refresh_token
  api_timeout   = var.api_timeout
} 

Changelog

  • 99f662b Allow setting the timeout for API operations
terraform-provider-vra - v0.7.3

Published by github-actions[bot] over 1 year ago

Release v0.7.3 (06/12/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • e5e7e9a Update resource_deployment.go to switch from blueprint to day2 action schema as blueprint API is based on Assembler rights only
terraform-provider-vra - v0.7.2

Published by github-actions[bot] over 1 year ago

Release v0.7.2 (04/09/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • e3c218a Remove unnecessary values inside runDeploymentUpdateAction when catalogItemVersion not found
  • 6f9aedb Update runDeploymentUpdateAction to check blueprint inputs if inputs from catalog item fail
terraform-provider-vra - v0.5.4

Published by github-actions[bot] over 1 year ago

Release v0.5.4 (02/23/2023)

vRealize Automation versions

Requires vRealize Automation 8.8.1 or greater.

Changelog

  • fed17f1 Return all deployment resources
terraform-provider-vra - v0.7.1

Published by github-actions[bot] over 1 year ago

Release v0.7.1 (02/23/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • 5bc00aa Return all deployment resources
  • c527077 Upgrade golang dependencies
  • e41942f Reformat documentation
terraform-provider-vra - v0.7.0

Published by github-actions[bot] almost 2 years ago

Release v0.7.0 (11/18/2022)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Backward incompatible changes

The deprecated attribute dcid has been removed from resource cloud_account_vsphere and data sources cloud_account_vsphere, region_enumeration, and region_enumeration_vsphere.

Changelog

  • e42542f Remove deprecated dcid attribute
  • 2500b95 Add suppervisor roles to project datasource and resource
  • c799f03 Upgrade vra-sdk-go to v0.6.0
terraform-provider-vra - v0.6.1

Published by github-actions[bot] almost 2 years ago

Release v0.6.1 (11/16/2022)

vRealize Automation versions

Requires vRealize Automation 8.9.0 or greater.

Changelog

  • ef9c05c Fix vra_catalog_item datasource lookup bug
terraform-provider-vra - v0.6.0

Published by github-actions[bot] about 2 years ago

Release v0.6.0 (10/11/2022)

vRealize Automation versions

Requires vRealize Automation 8.9.0 or greater.

Deprecations

Attribute dcid is being deprecated in favor of dc_id for resource cloud_account_vsphere and data sources cloud_account_vsphere, region_enumeration, and region_enumeration_vsphere.

Changelog

  • 478d4af Fix security email
  • b79edda Add Security Release Process document
  • efedb77 Upgrade vra-sdk-go to v0.5.0
  • cd59140 Add vra_integration resource
  • f2254f8 Rename attribute dcid to dc_id
  • e21203d [vra_network_ip_range] Allow list of fabric network ids
  • d9faa8f Update vra_deployment resource and datasource attributes
  • bb63f0b Add reason attribute to vra_deployment resource
  • 4f0f96a Fix vra_deployment resource and datasource datetimes
  • f914ec7 Add project_id to vra_catalog_item datasource lookup
  • a1d15e8 Update vra_flavor_profile attributes
  • ae07183 Fix vra_blueprint datasource lookup by id
  • ee3ed98 Update vra_image data source
  • 807855d Remove deprecated linters and upgrade to golangci-lint to v1.50.0
  • 35618db Fix vmc region enumeration example
terraform-provider-vra - v0.5.3

Published by github-actions[bot] about 2 years ago

Release v0.5.3 (08/09/2022)

vRealize Automation versions

Requires vRealize Automation 8.8.1 or greater.

Changelog

  • 4a14ba7 Fix gofmt
  • 5598996 Add missing NSX-T hostname to region enumeration data source for VMC
  • ce73a68 Added the ability to provide parameters on the CLI, added documentation, and cleaned code
  • b73d9f7 fix update deployment when using blueprint_content
terraform-provider-vra - v0.5.2

Published by github-actions[bot] over 2 years ago

Release v0.5.2 (05/18/2022)

vRealize Automation versions

Requires vRealize Automation 8.6.2 or greater.

Changelog

  • a2313c0 Upgrade golangci-lint to v1.46.2
  • 989d4da Bump terraform-plugin-sdk version
  • bb689dd Add Terraform Registry manifest file
terraform-provider-vra - v0.5.1

Published by github-actions[bot] over 2 years ago

Release v0.5.1 (03/09/2022)

vRealize Automation versions

Requires vRealize Automation 8.6.2 or greater.

Changelog

  • 619f8f8 Fix retrieving deployment resources
Package Rankings
Top 4.48% on Proxy.golang.org
Related Projects