{ "version": 4, "terraform_version": "1.5.1", "serial": 400, "lineage": "76f09b7f-42f5-44f3-5699-5c9f1bdea925", "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-de665637f0fe3c2d0", "ami": "ami-504f69c9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3bd9f761"], "subnet_id": "subnet-e433e0ba", "key_name": "prod-deploy-key" } } ] } ] }