{ "version": 4, "terraform_version": "1.8.8", "serial": 307, "lineage": "02a4f1bc-c15e-e213-916c-061ffa710460", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-cc12c736ff65cfbcc", "ami": "ami-90801f84", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eb988d7c"], "subnet_id": "subnet-7bbf7994", "key_name": "prod-deploy-key" } } ] } ] }