{ "version": 4, "terraform_version": "1.8.4", "serial": 262, "lineage": "01f28b66-8cb8-d900-ffce-58c6aaf96135", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-1bb891bf2be92694a", "ami": "ami-3de6f90b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2378a073"], "subnet_id": "subnet-66473bd7", "key_name": "prod-deploy-key" } } ] } ] }