{ "version": 4, "terraform_version": "1.5.3", "serial": 404, "lineage": "9c2322ee-7e66-95c1-0605-11ca140eb236", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-119ed9feeccac3171", "ami": "ami-811936bb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0a0f87b5"], "subnet_id": "subnet-bec7e3b3", "key_name": "prod-deploy-key" } } ] } ] }