Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 1.27 KB

Changelog

Full Changelog

FEATURES:

  • resource/vmc_sddc: Support for CRUD operations on Software Defined Data Center on VMC.
  • data_source/vmc_org: Support to retrieve details about the organization.
  • data_source/vmc_connected_accounts: Support to retrieve a list of connected accounts in the given organization.
  • data_source/vmc_customer_subnets: Support to retrieve a customer's compatible subnets for account linking.

ENHANCEMENTS:

  • resource/vmc_sddc: Added nsxt_reverse_proxy_url to SDDC resource data. #23
  • data_source/vmc_connected_accounts: Added filtering to return AWS account ID associated with the account number provided in configuration. #30
  • resource/vmc_public_ip: Added public IP resource. #43

BUG FIXES:

  • Moved main.tf to examples folder. #17
  • License statement fixed. #8