{ "version": 4, "terraform_version": "1.7.2", "serial": 290, "lineage": "95ea6462-4203-a075-50b7-a883b0e83f52", "outputs": { "db_endpoint": { "value": "db-1.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-1c2cc19a3587a80b2", "ami": "ami-d725b4a3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d72ec377"], "subnet_id": "subnet-3bcaee69", "key_name": "prod-deploy-key" } } ] } ] }