{ "version": 4, "terraform_version": "1.6.4", "serial": 282, "lineage": "ce536f11-509f-ec30-a294-06f0041bcdd6", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-df682faed6798c00d", "ami": "ami-61cbb7b3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5fc6ebaf"], "subnet_id": "subnet-fe59a7eb", "key_name": "prod-deploy-key" } } ] } ] }