Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nordcloud/terraform-provider-imagefactory
ImageFactory terraform provider
https://github.com/nordcloud/terraform-provider-imagefactory
ami aws azure gcp golden-image ibm-cloud imagefactory klarity terraform vmware
Last synced: about 6 hours ago
JSON representation
ImageFactory terraform provider
- Host: GitHub
- URL: https://github.com/nordcloud/terraform-provider-imagefactory
- Owner: nordcloud
- License: apache-2.0
- Created: 2021-12-02T10:13:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T09:37:46.000Z (15 days ago)
- Last Synced: 2024-10-25T05:15:40.611Z (14 days ago)
- Topics: ami, aws, azure, gcp, golden-image, ibm-cloud, imagefactory, klarity, terraform, vmware
- Language: Go
- Homepage: https://klarity.nordcloud.com
- Size: 701 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Provider ImageFactory
Run the following command to build the provider
```shell
go build -o terraform-provider-imagefactory
```## Test sample configuration
First, build and install the provider.
```shell
make install
```Then, run the following command to initialize the workspace and apply the sample configuration.
```shell
terraform init && terraform apply
```## Install the released provider
1. Download the Terraform provider zip package from the Github releases that is right for your OS.
2. Unzip package
3. Run `./install.sh`