{ "version": 4, "terraform_version": "1.7.4", "serial": 103, "lineage": "a3e85a63-170c-4087-62d7-5fad68b415c6", "outputs": { "db_endpoint": { "value": "db-4.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-0e0157ec7677cf827", "ami": "ami-0a9ab5c3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-36c2754d"], "subnet_id": "subnet-29affed9", "key_name": "prod-deploy-key" } } ] } ] }