{ "version": 4, "terraform_version": "1.5.4", "serial": 172, "lineage": "b17deb81-63ff-de2a-4d3d-f4d3a74513d4", "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-36c43d914f4a98703", "ami": "ami-59c58b40", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2d439b53"], "subnet_id": "subnet-b629dca3", "key_name": "prod-deploy-key" } } ] } ] }