{ "version": 4, "terraform_version": "1.7.0", "serial": 312, "lineage": "d1a48bd9-edf5-139c-3d20-d0edef29165e", "outputs": { "db_endpoint": { "value": "db-2.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-7e32834539f9d28bc", "ami": "ami-30309ea6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e7f307b0"], "subnet_id": "subnet-2e953db1", "key_name": "prod-deploy-key" } } ] } ] }