{ "version": 4, "terraform_version": "1.8.8", "serial": 509, "lineage": "c512883a-e89c-9f45-bc54-a5a5e402f5d0", "outputs": { "db_endpoint": { "value": "db-2.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-7a9c8f4ff582bb894", "ami": "ami-d568fc5b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-818c7232"], "subnet_id": "subnet-fab6ef77", "key_name": "prod-deploy-key" } } ] } ] }