Terraform with the kong provider plugin preinstalled
1.2K
Terraform Docker container
with the kong provider plugin
Because we're using this plugin, you need to mount your tf templates in /opt/tf as per examples below
docker run -ti --rm rdkls/terraform_kong <command>
e.g.
docker run --rm -ti -v $(pwd):/opt/tf rdkls/terraform_kong init
docker run --rm -ti -v $(pwd):/opt/tf rdkls/terraform_kong apply
Content type
Image
Digest
Size
45.6 MB
Last updated
about 8 years ago
docker pull rdkls/terraform_kong