{ "version": 4, "terraform_version": "1.5.9", "serial": 450, "lineage": "f457a64b-dad4-e066-186a-d828c8efc6fe", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a67e863313e0235c2", "ami": "ami-4041ae55", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e8cb939f"], "subnet_id": "subnet-13074597", "key_name": "prod-deploy-key" } } ] } ] }