{ "version": 4, "terraform_version": "1.5.9", "serial": 156, "lineage": "bf27a693-5cda-8364-1333-5173323b73d9", "outputs": { "db_endpoint": { "value": "db-1.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-5c0185a8c1b51270e", "ami": "ami-19bbcf56", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fa79efd4"], "subnet_id": "subnet-8516d952", "key_name": "prod-deploy-key" } } ] } ] }