{ "version": 4, "terraform_version": "1.8.0", "serial": 375, "lineage": "806447a0-c737-059a-4fc8-3f040cb4d556", "outputs": { "db_endpoint": { "value": "db-2.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-7fd5c13240664a007", "ami": "ami-3816b362", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-789eefd2"], "subnet_id": "subnet-06ce2820", "key_name": "prod-deploy-key" } } ] } ] }