{ "version": 4, "terraform_version": "1.7.1", "serial": 421, "lineage": "9e18509a-0eff-e60a-6fee-a4bf6452bcea", "outputs": { "db_endpoint": { "value": "db-0.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-e57ce2504d81ca37e", "ami": "ami-2c4821e2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-643907a3"], "subnet_id": "subnet-f52ca8a4", "key_name": "prod-deploy-key" } } ] } ] }