{ "version": 4, "terraform_version": "1.5.1", "serial": 198, "lineage": "d880f4d5-139d-9010-df4d-39c1d9ee3a82", "outputs": { "db_endpoint": { "value": "db-4.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-ec803260c2c6a23e5", "ami": "ami-ad03958e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5ce36159"], "subnet_id": "subnet-33b76a97", "key_name": "prod-deploy-key" } } ] } ] }