{ "version": 4, "terraform_version": "1.5.1", "serial": 223, "lineage": "b868a523-e364-9d13-3765-c4d01f879e22", "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-003971cad2d0059fc", "ami": "ami-1d7d3eb3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-43098231"], "subnet_id": "subnet-aa84c087", "key_name": "prod-deploy-key" } } ] } ] }