{ "version": 4, "terraform_version": "1.7.6", "serial": 147, "lineage": "b1a0ecf1-5eb0-a635-56f4-93311eefdfd7", "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-aa4349c9e45051feb", "ami": "ami-f5ccef8c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4e7f1fb7"], "subnet_id": "subnet-cc105ae1", "key_name": "prod-deploy-key" } } ] } ] }