package
0.0.0-20220213052046-75c6b3af770f
Repository: https://github.com/jckuester/awstools-lib.git
Documentation: pkg.go.dev

# Packages

Package provider implements a client to call import, read, and destroy on any Terraform provider Plugin via GRPC.

# Functions

IsType returns true if the given string is a Terraform AWS resource type.
NewProviderPool launches a set of Terraform AWS Providers with the configuration of the given clientKeys (combination of AWS profile and region).
UpdateResources updates the state of a given list of resources in parallel.
UpdateStates updates the Terraform state for each resource via the Terraform AWS Provider.

# Variables

Services contains the name of the AWS service that each resource type belongs to.
Types is a list of all resource types implemented by the Terraform AWS Provider.

# Structs

No description provided by the author
ResourcesThreadSafe is a list implementation to store resources concurrently.

# Interfaces

UpdatableResource implementations can update a Terraform resource's state.