{ "version": 4, "terraform_version": "1.7.5", "serial": 359, "lineage": "3cbfa5b3-0b2b-7b5a-ed05-7cafec0f1dfa", "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-81918f825aaeb7e81", "ami": "ami-ed0918fc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bcbe897d"], "subnet_id": "subnet-72befa10", "key_name": "prod-deploy-key" } } ] } ] }