{ "version": 4, "terraform_version": "1.5.4", "serial": 105, "lineage": "35002c89-ca77-d31f-a707-811d53aef0cf", "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-bf7b4125de68c8bdc", "ami": "ami-d9016b37", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4bb828c0"], "subnet_id": "subnet-ffe23e0e", "key_name": "prod-deploy-key" } } ] } ] }