{ "version": 4, "terraform_version": "1.8.4", "serial": 593, "lineage": "04515e39-2fa1-522e-52aa-98200047ed32", "outputs": { "db_endpoint": { "value": "db-2.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-6430197590a9210ad", "ami": "ami-96f06430", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0ff3cb0c"], "subnet_id": "subnet-dee576ac", "key_name": "prod-deploy-key" } } ] } ] }