{ "version": 4, "terraform_version": "1.7.4", "serial": 510, "lineage": "a72b7bad-5218-5a8b-1f74-772c0e4d1fc9", "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-3bd0c6a7966048834", "ami": "ami-8d01e02d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cb241795"], "subnet_id": "subnet-c9c590ac", "key_name": "prod-deploy-key" } } ] } ] }