cisco-open / terraform-provider-dcloud

Terraform provider to manage Topologies, Networks, VMs, and Hardware using the Cisco dCloud Topology Builder
Mozilla Public License 2.0
2 stars 2 forks source link

Added inbound proxy and mail server resources plus a few brevity fixes #29

Closed mohith10 closed 8 months ago

mohith10 commented 11 months ago

Description

This pull request will introduce the following changes to the code base:

  1. A resource to apply inbound proxy rules to the VMs. Coded resource and data_source files. Added appropriate examples and docs for the same.
  2. A resource to add mail servers - both resource and a data source. Added appropriate examples and docs for the same.
  3. Configuration for both resources has been added to the .tf file in the examples/provider directory.
  4. Added a couple of VMs in the master resource.tf to test traffic rules.
  5. Cleaned up the VM configs in .tf files for brevity.
  6. Used depends_on to avoid re-running the config .tf file to fetch data_source.

Type of Change

Checklist