{ "version": 4, "terraform_version": "1.5.7", "serial": 398, "lineage": "3d3e4726-73ab-76d7-1ba3-1ee7cdbadb7e", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-0ad941659042f47d8", "ami": "ami-0f86388b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-23bd2755"], "subnet_id": "subnet-df494c3b", "key_name": "prod-deploy-key" } } ] } ] }