Releases: monte-carlo-data/terraform-aws-mcd-agent
Releases · monte-carlo-data/terraform-aws-mcd-agent
v1.0.1
What's Changed
- Update outputs to include the execution role by @NBIX-Robert-Suarez in #13
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
The first beta module release!!
What's Changed
- #1 - Initial support for deploying and managing an agent via Terraform on AWS. With CI/CD + an example, and repo scaffolding.
- #2 - Minor formatting / spacing fix in the README
Full Changelog: https://github.com/monte-carlo-data/terraform-aws-mcd-agent/commits/v0.1.0
Dev example usage:
% make test profile=dev-c1
{
"build": "567",
"env": {
"AWS_DEFAULT_REGION": "us-east-1",
"AWS_LAMBDA_FUNCTION_MEMORY_SIZE": "512",
"AWS_LAMBDA_FUNCTION_NAME": "mcd-agent-service-****",
"AWS_REGION": "us-east-1",
"MCD_AGENT_CLOUD_PLATFORM": "AWS",
"MCD_AGENT_IMAGE_TAG": "752656882040.dkr.ecr.us-east-1.amazonaws.com/mcd-agent:latest",
"MCD_AGENT_IS_REMOTE_UPGRADABLE": "True",
"MCD_AGENT_WRAPPER_TYPE": "TERRAFORM",
"MCD_AGENT_WRAPPER_VERSION": "0.1.0",
"sys_version": "3.11.6 (main, Dec 4 2023, 13:34:04) [GCC 7.3.1 20180712 (Red Hat 7.3.1-17)]"
},
"extra": {
"outbound_ip_address": "****"
},
"platform": "AWS",
"platform_info": {
"image": "752656882040.dkr.ecr.us-east-1.amazonaws.com/mcd-agent:latest"
},
"trace_id": "123456789",
"version": "0.2.2"
}