{ "version": 4, "terraform_version": "1.7.7", "serial": 131, "lineage": "1a9e8f00-f024-422c-ca8a-2f393488c105", "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-e7774a5fb94263180", "ami": "ami-515080a7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6db60cea"], "subnet_id": "subnet-25b43891", "key_name": "prod-deploy-key" } } ] } ] }