terraform-provider-awsamplify

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2021 License: MIT Imports: 2 Imported by: 0

README

Terraform awsamplify Provider

AWS Amplify provides an endpoint to deploy web client as zip archive. As of 2021-07, the standard terraform AWS provider doesn't include the resource definition to deploy the app using zip archive. This module defines the resource "awsamplify_deploy_zip".

Requirements

  • Terraform 0.15.x
  • Go 1.16 (to build and develop the provider plugin)

Building The Provider

Clone repository to: $GOPATH/src/github.com/kislerdm/terraform-provider-awsamplify

git clone git@github.com:kislerdm/terraform-provider-awsamplify $GOPATH/src/github.com/kislerdm/terraform-provider-awsamplify

Enter the provider directory and build the provider

cd $GOPATH/src/github.com/kislerdm/terraform-provider-awsamplify
make build

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (version 1.16+ is required).

To compile the provider, run make build. This will build the provider and put the provider binary in the $GOPATH/bin directory.

In order to test the provider, you can simply run make test.

make test

In order to run the full suite of Acceptance tests, run make testacc.

Note: Acceptance tests create real resources, and often cost money to run.

make testacc

Install the Provider

To install the provider from repo, run the command

make install

It will build the binary for MacOS, ARM CPU architecture and move it to ~/.terraform.d/plugins/. If your OS and ARCH differ from default, you can run the command

make install OS_ARCH=##GOOS##_##GOARCH##

For example, for linux with amd64, run

make install OS_ARCH=linux_amd64

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
AWS Cognito client
AWS Cognito client
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL