{ "version": 4, "terraform_version": "1.8.9", "serial": 283, "lineage": "3f017d6e-b5d4-c9c9-b00e-415dae3ee054", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3e5f8cdc410730dff", "ami": "ami-53abaff0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-172855ef"], "subnet_id": "subnet-0cae0dd2", "key_name": "prod-deploy-key" } } ] } ] }