{ "version": 4, "terraform_version": "1.5.9", "serial": 140, "lineage": "38e0fd77-7b8f-34ad-79e5-db5dd89aa833", "outputs": { "db_endpoint": { "value": "db-3.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-b0b19804dcfdd23d3", "ami": "ami-9c7ba98b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fee1db4d"], "subnet_id": "subnet-13690ebe", "key_name": "prod-deploy-key" } } ] } ] }