{ "version": 4, "terraform_version": "1.7.4", "serial": 414, "lineage": "a3b91169-1384-a412-a036-7e3a02a576d8", "outputs": { "db_endpoint": { "value": "db-0.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-2f15e23a86fc25e7b", "ami": "ami-0b3589a2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-16eab9ba"], "subnet_id": "subnet-ae7b355e", "key_name": "prod-deploy-key" } } ] } ] }