{ "version": 4, "terraform_version": "1.6.1", "serial": 387, "lineage": "8108bb24-a249-ba2e-b05e-812725e94bc1", "outputs": { "db_endpoint": { "value": "db-1.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-676cac894d2ef7346", "ami": "ami-1004680a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7500823f"], "subnet_id": "subnet-816fe9c9", "key_name": "prod-deploy-key" } } ] } ] }