{ "version": 4, "terraform_version": "1.6.8", "serial": 215, "lineage": "92e2f1bc-7d7c-dfe3-a73e-1e30eb328048", "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-bae396f0b82cf50b4", "ami": "ami-38a8849c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1bf1a6e3"], "subnet_id": "subnet-dd962a11", "key_name": "prod-deploy-key" } } ] } ] }