{ "version": 4, "terraform_version": "1.8.2", "serial": 369, "lineage": "a5374f51-a86d-d81d-7015-5a8e31bd13f2", "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-f334e203823acbaa4", "ami": "ami-fd8d3dad", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bf00006d"], "subnet_id": "subnet-041c6371", "key_name": "prod-deploy-key" } } ] } ] }