{ "version": 4, "terraform_version": "1.8.2", "serial": 103, "lineage": "ffd2eb0b-abfc-c14e-4226-2078c57d28f6", "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-e49efb2d60cad522d", "ami": "ami-8847e495", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-29f99ec1"], "subnet_id": "subnet-1c23202b", "key_name": "prod-deploy-key" } } ] } ] }