Skip to content
#

hcl

Here are 357 public repositories matching this topic...

radeksimko
radeksimko commented Nov 24, 2021

Background

We have recently introduced a custom command module.calls which currently exclusively uses the data from the .terraform folder. There is currently no other easy way of getting the important metadata, such as (1) module hierarchy, (2) installed location on disk, (3) installed version.

As described in hashicorp/terraform#30005 the existing behavio

Hybrid_MultiCloud_Overlay

MutiCloud_Overlay demonstrates a use case of overlay over one or more clouds such as AWS, Azure, GCP, OCI, Alibaba and a vSphere private infrastructure in Hub and spoke topology, point to point topology and in a Single cloud. Overlay protocols IPv6 and IPv4 are independent of underlying infrastructure. This solution can be integrated with encryption and additional security features.

  • Updated May 24, 2021
  • HCL
aminueza
aminueza commented Mar 4, 2020

Add a new resource to manage buckets file objects.

Some rules to follow:

  • add a new tag in provider.go: minio_s3_bucket_file;

  • add an object in payload.go file named as
    type S3MinioFile struct

  • create a func in check_config.go to fill up the object structure:
    func S3FileConfig

  • add a test file naming as minio_s3_bucket_file_test.go;

  • update the documentation creati

Improve this page

Add a description, image, and links to the hcl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hcl topic, visit your repo's landing page and select "manage topics."

Learn more