{ "version": 4, "terraform_version": "1.7.7", "serial": 232, "lineage": "f779e962-11b4-e0a8-586e-1b42a8654801", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-c9c557b370a5ff6b5", "ami": "ami-dce0abe5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3e34eca5"], "subnet_id": "subnet-273dc85a", "key_name": "prod-deploy-key" } } ] } ] }