{ "version": 4, "terraform_version": "1.8.4", "serial": 481, "lineage": "00f60d93-edc5-e2b2-6204-6601b448d8fc", "outputs": { "db_endpoint": { "value": "db-0.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-3f17894c155fdf316", "ami": "ami-08d730bd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-54622650"], "subnet_id": "subnet-84549f6b", "key_name": "prod-deploy-key" } } ] } ] }