{ "version": 4, "terraform_version": "1.5.7", "serial": 443, "lineage": "2a3222d3-6632-83be-5af7-b3586b2eac0b", "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-c0548ae50061efdd1", "ami": "ami-f72f9c77", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c5a8ebd8"], "subnet_id": "subnet-db6b5a7f", "key_name": "prod-deploy-key" } } ] } ] }