{ "version": 4, "terraform_version": "1.7.7", "serial": 336, "lineage": "dc35f4ae-1556-e163-30a6-7bc5222c5c56", "outputs": { "db_endpoint": { "value": "db-1.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-aab47b7bb742af046", "ami": "ami-fc58df1d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b97aafb5"], "subnet_id": "subnet-3c3e197b", "key_name": "prod-deploy-key" } } ] } ] }