{ "version": 4, "terraform_version": "1.8.5", "serial": 468, "lineage": "01208632-2f09-c6a8-ff95-dd1cafc0457a", "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-3e2e414867654a64b", "ami": "ami-7e771dd1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7ea85eda"], "subnet_id": "subnet-357281c1", "key_name": "prod-deploy-key" } } ] } ] }