{ "version": 4, "terraform_version": "1.8.7", "serial": 142, "lineage": "2cc12850-e888-8501-cec3-f3af582c4f24", "outputs": { "db_endpoint": { "value": "db-3.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-f29ee9c9b91d94d5c", "ami": "ami-4da92555", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-254ee24c"], "subnet_id": "subnet-dc67643c", "key_name": "prod-deploy-key" } } ] } ] }