{ "version": 4, "terraform_version": "1.7.7", "serial": 366, "lineage": "f2341faa-b881-b49a-55fc-2bafc4731ef9", "outputs": { "db_endpoint": { "value": "db-0.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-5637a39a4dfc74d68", "ami": "ami-f7a3a558", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-213a7915"], "subnet_id": "subnet-5e132b35", "key_name": "prod-deploy-key" } } ] } ] }