{ "version": 4, "terraform_version": "1.6.3", "serial": 156, "lineage": "3b923fab-9181-6065-afc3-a6b461ce4228", "outputs": { "db_endpoint": { "value": "db-4.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-e40a8c34d04288bf9", "ami": "ami-0fa7ff4b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5d88fca7"], "subnet_id": "subnet-80f9fcda", "key_name": "prod-deploy-key" } } ] } ] }