{ "version": 4, "terraform_version": "1.6.4", "serial": 523, "lineage": "fb0166eb-8c29-5a58-eb94-c09bdabc1166", "outputs": { "db_endpoint": { "value": "db-1.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-771b6156c907415d8", "ami": "ami-8cf5d78a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-85613265"], "subnet_id": "subnet-5a86ceba", "key_name": "prod-deploy-key" } } ] } ] }