{ "version": 4, "terraform_version": "1.7.6", "serial": 268, "lineage": "24b616d7-d8f6-d063-a8b8-5438739aa4a0", "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-99e4f8e51ae19fb4b", "ami": "ami-7fb1feaa", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1e06a87d"], "subnet_id": "subnet-9d495105", "key_name": "prod-deploy-key" } } ] } ] }