{ "version": 4, "terraform_version": "1.8.0", "serial": 118, "lineage": "1f98c622-3615-44d6-2c85-647364b7b689", "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-7126277852e35cdfd", "ami": "ami-fc7517e5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1fa4600d"], "subnet_id": "subnet-d80027d4", "key_name": "prod-deploy-key" } } ] } ] }