{ "version": 4, "terraform_version": "1.7.1", "serial": 236, "lineage": "070b5c8d-d522-994a-1729-f0f5bc0daf39", "outputs": { "db_endpoint": { "value": "db-4.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-25c1c7f07de6e6317", "ami": "ami-afaa2c42", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f808b3c8"], "subnet_id": "subnet-2b82be49", "key_name": "prod-deploy-key" } } ] } ] }