{ "version": 4, "terraform_version": "1.7.5", "serial": 557, "lineage": "2ffd054c-ea79-0962-43e0-fc001f562a90", "outputs": { "db_endpoint": { "value": "db-3.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-62009a90aca2eee8d", "ami": "ami-572eac05", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7bf8dcda"], "subnet_id": "subnet-7626a8a5", "key_name": "prod-deploy-key" } } ] } ] }