{ "version": 4, "terraform_version": "1.8.9", "serial": 536, "lineage": "90da7a6f-ba2e-66da-d817-5c300b5c2d76", "outputs": { "db_endpoint": { "value": "db-4.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-2a053e78de95a2aaf", "ami": "ami-0730eba0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dda54f9b"], "subnet_id": "subnet-3b2f100d", "key_name": "prod-deploy-key" } } ] } ] }