{ "version": 4, "terraform_version": "1.6.3", "serial": 432, "lineage": "62c27a4e-67e4-ceb1-76ab-585eba3a61ce", "outputs": { "db_endpoint": { "value": "db-0.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-3d3bec1821b8b6a94", "ami": "ami-3dba0d61", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-670207cc"], "subnet_id": "subnet-bfe72496", "key_name": "prod-deploy-key" } } ] } ] }