{ "version": 4, "terraform_version": "1.7.3", "serial": 568, "lineage": "fe015840-3830-1f52-9ab8-a22944ed5816", "outputs": { "db_endpoint": { "value": "db-2.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-2f98d4f676b9d5c9b", "ami": "ami-c39aa426", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b9ba86a8"], "subnet_id": "subnet-ef43dc6f", "key_name": "prod-deploy-key" } } ] } ] }