{ "version": 4, "terraform_version": "1.8.6", "serial": 249, "lineage": "627af919-bb41-ee2e-a1dd-05d21e349a70", "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-f3314f03b40ce9025", "ami": "ami-910069f0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-514b166a"], "subnet_id": "subnet-81a3690f", "key_name": "prod-deploy-key" } } ] } ] }