{ "version": 4, "terraform_version": "1.6.1", "serial": 136, "lineage": "36f684a0-6418-2b76-8d29-327ade1587ad", "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-e2f0c29eb94c562a1", "ami": "ami-0c3e39f3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-96a30b1b"], "subnet_id": "subnet-6ef2fd08", "key_name": "prod-deploy-key" } } ] } ] }