{ "version": 4, "terraform_version": "1.5.8", "serial": 237, "lineage": "825d5476-2796-181c-2864-99c8eaee6c12", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-423c29d142abbb172", "ami": "ami-86880ac9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cc137621"], "subnet_id": "subnet-37877fe0", "key_name": "prod-deploy-key" } } ] } ] }