{ "version": 4, "terraform_version": "1.5.8", "serial": 212, "lineage": "7c531ddd-1073-c419-5ce4-3b1e4eaffa3f", "outputs": { "db_endpoint": { "value": "db-4.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-1dd7a277ca3492069", "ami": "ami-0b6f86f0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-749d0295"], "subnet_id": "subnet-840f09fb", "key_name": "prod-deploy-key" } } ] } ] }