{ "version": 4, "terraform_version": "1.8.2", "serial": 283, "lineage": "fd4ba67e-5b40-26b0-8725-72c05e8837f9", "outputs": { "db_endpoint": { "value": "db-2.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-5750a4a85fc8b2689", "ami": "ami-a19e9da0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6f36e42a"], "subnet_id": "subnet-287a247c", "key_name": "prod-deploy-key" } } ] } ] }