{ "version": 4, "terraform_version": "1.8.3", "serial": 555, "lineage": "c5d8417c-ec76-64ee-e180-44e1a7574408", "outputs": { "db_endpoint": { "value": "db-4.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-2fde91a81c4887eae", "ami": "ami-7925b5a0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5d78041e"], "subnet_id": "subnet-a3f0fe26", "key_name": "prod-deploy-key" } } ] } ] }