{ "version": 4, "terraform_version": "1.7.6", "serial": 368, "lineage": "090470e1-0ab0-6ab3-2341-ba1cd61a91a4", "outputs": { "db_endpoint": { "value": "db-2.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-0a49e22986fff35f1", "ami": "ami-5412d5fb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-16420cd2"], "subnet_id": "subnet-3fd77dbe", "key_name": "prod-deploy-key" } } ] } ] }