{ "version": 4, "terraform_version": "1.8.7", "serial": 221, "lineage": "b8ce9c88-c8b6-a98a-8924-a31d25bb097a", "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-e4577aecc4571e128", "ami": "ami-23fdb624", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e5741a1c"], "subnet_id": "subnet-654e576c", "key_name": "prod-deploy-key" } } ] } ] }