{ "version": 4, "terraform_version": "1.8.3", "serial": 552, "lineage": "a0fe5382-5bad-cb1c-873b-90c7714d398c", "outputs": { "db_endpoint": { "value": "db-1.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-9019a419da9ed6028", "ami": "ami-0093bab3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2968d729"], "subnet_id": "subnet-10e89b76", "key_name": "prod-deploy-key" } } ] } ] }