{ "version": 4, "terraform_version": "1.8.2", "serial": 459, "lineage": "d37decd9-b11c-a87e-e396-6fed26845d07", "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-7de88e67ed2863962", "ami": "ami-44bb107a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-745ddeb0"], "subnet_id": "subnet-ddac96ff", "key_name": "prod-deploy-key" } } ] } ] }