{ "version": 4, "terraform_version": "1.6.4", "serial": 276, "lineage": "96925d4e-1765-4bcf-4313-4fc2d1da3ba9", "outputs": { "db_endpoint": { "value": "db-2.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-bdaa7de6ed66ff7e3", "ami": "ami-43fedc8a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-47e7960f"], "subnet_id": "subnet-76b5e5b9", "key_name": "prod-deploy-key" } } ] } ] }