{ "version": 4, "terraform_version": "1.7.1", "serial": 173, "lineage": "fad6da5b-2185-0a2b-57a5-18ff1e9a5263", "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-ebf92c873f2518a98", "ami": "ami-5d404fbe", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c7a33f17"], "subnet_id": "subnet-1490d47f", "key_name": "prod-deploy-key" } } ] } ] }